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 | 裔??恂? | 11100101111000010011111100111111100111001001011000111111 | e5e13f3f9c963f |
EUC-JP | 裔??恂? | 11101010111000110011111100111111110101111111011000111111 | eae33f3fd7f63f |
UTF-8 | 裔쎾뻠恂퐹 | 111010001010001110010100111011001000111010111110111010111011101110100000111001101000000110000010111011011001000010111001 | e8a394ec8ebeebbba0e68182ed90b9 |
UHC | 裔쎾뻠恂퐹 | 11100111111000001001101111100101101110111011101011100010111000011011111001000010 | e7e09be5bbbae2e1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)