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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謁??鍔?B | 1000100101111001001111110011111110010010110101010011111101000010 | 89793f3f92d53f42 |
EUC-JP | 謁??鍔?B | 1011000111011010001111110011111111000100110101110011111101000010 | b1da3f3fc4d73f42 |
UTF-8 | 謁뎺쉵鍔뺴B | 11101000101011001000000111101011100011101011101011101100100010011011010111101001100011011001010011101011101110101011010001000010 | e8ac81eb8ebaec89b5e98d94ebbab442 |
UHC | 謁뎺쉵鍔뺴B | 1110010011010111100010011000110110011010100010111110010011001000100101011111101101000010 | e4d7898d9a8be4c895fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)