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 | loBF | 100110111001110010000011011011001001001010001111011011110100001001000110 | 9b9c836c928f6f4246 |
SJIS-WIN | ???l??oBF | 001111110011111100111111011011000011111100111111011011110100001001000110 | 3f3f3f6c3f3f6f4246 |
EUC-JP | ???l??oBF | 001111110011111100111111011011000011111100111111011011110100001001000110 | 3f3f3f6c3f3f6f4246 |
UTF-8 | loBF | 1100001010011011110000101001110011000010100000110110110011000010100100101100001010001111011011110100001001000110 | c29bc29cc2836cc292c28f6f4246 |
UHC | ???l??oBF | 001111110011111100111111011011000011111100111111011011110100001001000110 | 3f3f3f6c3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)