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 | ??V?? | 0011111100111111010101100011111100111111 | 3f3f563f3f |
SJIS-WIN | 蓴ュV踐。 | 1110010011110001101011010101011011100110111101101000000101000010 | e4f1ad56e6f68142 |
EUC-JP | 蓴ュV踐。 | 111010001111001110001110101011010101011011101100111110001010000110100011 | e8f38ead56ecf8a1a3 |
UTF-8 | 蓴ュV踐。 | 11101000100100111011010011101111101111011010110101010110111010001011100010010000111000111000000010000010 | e893b4efbdad56e8b890e38082 |
UHC | 蓴?V踐。 | 1110001011110001001111110101011011110100110000101010000110100011 | e2f13f56f4c2a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)