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 | 塢?鶯? | 100110101100011100111111111010011111001000111111 | 9ac73fe9f23f |
EUC-JP | 塢?鶯? | 110101001100100100111111111100101111010000111111 | d4c93ff2f43f |
UTF-8 | 塢덭鶯꿊 | 111001011010000110100010111010111000110110101101111010011011011010101111111010101011111110001010 | e5a1a2eb8dade9b6afeabf8a |
UHC | 塢덭鶯꿊 | 1110011111110001100010010100010111100101101000111000010101001000 | e7f18945e5a38548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)