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 | LBUAæÜ | 100100010100110010010001010000101001000101010101010000011110011011011100 | 914c9142915541e6dc |
SJIS-WIN | ?L?B?UA?? | 001111110100110000111111010000100011111101010101010000010011111100111111 | 3f4c3f423f55413f3f |
EUC-JP | ?L?B?UAæÜ | 00111111010011000011111101000010001111110101010101000001100011111010100111000001100011111010101011100100 | 3f4c3f423f55418fa9c18faae4 |
UTF-8 | LBUAæÜ | 1100001010010001010011001100001010010001010000101100001010010001010101010100000111000011101001101100001110011100 | c2914cc29142c2915541c3a6c39c |
UHC | ?L?B?UAæ? | 00111111010011000011111101000010001111110101010101000001101010011010000100111111 | 3f4c3f423f5541a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)