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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邯画悽鬧腺 | 11100111101101101000100111100110100111001010110011101001101001111001000101000010 | e7b689e69cace9a79142 |
EUC-JP | 邯画悽鬧腺 | 11101110101110001011001011101000110110001010111011110010101010011100000110100011 | eeb8b2e8d8aef2a9c1a3 |
UTF-8 | 邯画悽鬧腺 | 111010011000001010101111111001111001010010111011111001101000001010111101111010011010110010100111111010001000010110111010 | e982afe794bbe682bde9aca7e885ba |
UHC | 邯?悽鬧腺 | 110010101111101100111111111101001010010011010111101000101110000011001101 | cafb3ff4a4d7a2e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)