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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譖碁ざ紆 | 1110011010011011100011001110100110000010101101001110001011111100 | e69b8ce982b4e2fc |
EUC-JP | 譖碁ざ紆 | 1110101111111011101110001110101110100100101101101110010011111110 | ebfbb8eba4b6e4fe |
UTF-8 | 譖碁ざ紆 | 111010001010110110010110111001111010001010000001111000111000000110010110111001111011010010000110 | e8ad96e7a281e38196e7b486 |
UHC | ?碁ざ紆 | 00111111110100011011001110101010101101101110100111100001 | 3fd1b3aab6e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)