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 | ?sLB | 00111111011100110100110001000010 | 3f734c42 |
SJIS-WIN | ?sLB | 00111111011100110100110001000010 | 3f734c42 |
EUC-JP | ?sLB | 00111111011100110100110001000010 | 3f734c42 |
UTF-8 | ӣsLB | 1101001110100011011100110100110001000010 | d3a3734c42 |
UHC | ?sLB | 00111111011100110100110001000010 | 3f734c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)