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 | ꥹLB | 111010101010010110001110101110010100110001000010 | eaa58eb94c42 |
SJIS-WIN | ?¥??LB | 00111111100000011000111100111111001111110100110001000010 | 3f818f3f3f4c42 |
EUC-JP | ê???LB | 1000111110101011101101000011111100111111001111110100110001000010 | 8fabb43f3f3f4c42 |
UTF-8 | ꥹLB | 11000011101010101100001010100101110000101000111011000010101110010100110001000010 | c3aac2a5c28ec2b94c42 |
UHC | ???¹LB | 00111111001111110011111110101001111101100100110001000010 | 3f3f3fa9f64c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)