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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔚???釣? | 1000100101010101001111110011111100111111100100101101111000111111 | 89553f3f3f92de3f |
EUC-JP | 蔚???釣? | 1011000110110110001111110011111100111111110001001110000000111111 | b1b63f3f3fc4e03f |
UTF-8 | 蔚목렰렏釣모 | 111010001001010010011010111010111010101010101001111010111010000010110000111010111010000010001111111010011000011110100011111010111010101010101000 | e8949aebaaa9eba0b0eba08fe987a3ebaaa8 |
UHC | 蔚목렰렏釣모 | 111010101010010110111000111100011000111010111101100011101010010111110000111001011011100011110000 | eaa5b8f18ebd8ea5f0e5b8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)