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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆槭h蓍 | 1110100011110111100111101110001110000010100010001110010011100111 | e8f79ee38288e4e7 |
EUC-JP | 顆槭h蓍 | 1111000011111001110111001110010110100011111010001110100011101001 | f0f9dce5a3e8e8e9 |
UTF-8 | 顆槭h蓍 | 111010011010000110000110111001101010011110101101111011111011110110001000111010001001001110001101 | e9a186e6a7adefbd88e8938d |
UHC | 顆?h蓍 | 11001110101010000011111110100011111010001110001111001001 | cea83fa3e8e3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)