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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 遮鹿oBF | 10001110110101011000111010101101011011110100001001000110 | 8ed58ead6f4246 |
EUC-JP | 遮鹿oBF | 10111100110101111011110010101111011011110100001001000110 | bcd7bcaf6f4246 |
UTF-8 | 遮鹿oBF | 111010011000000110101110111010011011100110111111011011110100001001000110 | e981aee9b9bf6f4246 |
UHC | 遮鹿oBF | 11110011101101001101011011100011011011110100001001000110 | f3b4d6e36f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)