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 | ???ZoBF | 00111111001111110011111101011010011011110100001001000110 | 3f3f3f5a6f4246 |
SJIS-WIN | 彗??ZoBF | 1001110001100001001111110011111101011010011011110100001001000110 | 9c613f3f5a6f4246 |
EUC-JP | 彗??ZoBF | 1101011111000010001111110011111101011010011011110100001001000110 | d7c23f3f5a6f4246 |
UTF-8 | 彗딈뱵ZoBF | 11100101101111011001011111101011100101001000100011101011101100011011010101011010011011110100001001000110 | e5bd97eb9488ebb1b55a6f4246 |
UHC | 彗딈뱵ZoBF | 11111011101100101000101011101110100100111001101101011010011011110100001001000110 | fbb28aee939b5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)