To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 第?D第?D^ | 100100011110011000111111010001001001000111100110001111110100010001011110 | 91e63f4491e63f445e |
EUC-JP | 第?D第?D^ | 110000101110100000111111010001001100001011101000001111110100010001011110 | c2e83f44c2e83f445e |
UTF-8 | 第撚D第撚D^ | 111001111010110010101100111011111010011010010001010001001110011110101100101011001110111110100110100100010100010001011110 | e7acacefa69144e7acacefa691445e |
UHC | 第撚D第撚D^ | 1111000010101111111001101100101001000100111100001010111111100110110010100100010001011110 | f0afe6ca44f0afe6ca445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)