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 | 11100110100010111001110001101110011011110100001001000110 | e68b9c6e6f4246 |
EUC-JP | 諡從oBF | 11101011111010111101011111001111011011110100001001000110 | ebebd7cf6f4246 |
UTF-8 | 諡從oBF | 111010001010101110100001111001011011111010011110011011110100001001000110 | e8aba1e5be9e6f4246 |
UHC | 諡從oBF | 11100011110011011111000011110100011011110100001001000110 | e3cdf0f46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)