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 | 10010001010011001001000101000010100100010101010101000001 | 914c9142915541 |
SJIS-WIN | ?L?B?UA | 00111111010011000011111101000010001111110101010101000001 | 3f4c3f423f5541 |
EUC-JP | ?L?B?UA | 00111111010011000011111101000010001111110101010101000001 | 3f4c3f423f5541 |
UTF-8 | LBUA | 11000010100100010100110011000010100100010100001011000010100100010101010101000001 | c2914cc29142c2915541 |
UHC | ?L?B?UA | 00111111010011000011111101000010001111110101010101000001 | 3f4c3f423f5541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)