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 | 10010010010011011001000110110100011011110100001001000110 | 924d91b46f4246 |
EUC-JP | 樽其oBF | 11000011101011101100001010110110011011110100001001000110 | c3aec2b66f4246 |
UTF-8 | 樽其oBF | 111001101010100010111101111001011000010110110110011011110100001001000110 | e6a8bde585b66f4246 |
UHC | 樽其oBF | 11110001110111001101000011101100011011110100001001000110 | f1dcd0ec6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)