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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瓦蒡瓦蒡^ | 100010101010001011100100111011101000101010100010111001001110111001011110 | 8aa2e4ee8aa2e4ee5e |
EUC-JP | 瓦蒡瓦蒡^ | 101101001010010011101000111100001011010010100100111010001111000001011110 | b4a4e8f0b4a4e8f05e |
UTF-8 | 瓦蒡瓦蒡^ | 11100111100100111010011011101000100100101010000111100111100100111010011011101000100100101010000101011110 | e793a6e892a1e793a6e892a15e |
UHC | 瓦蒡瓦蒡^ | 111010001011111111011011101111001110100010111111110110111011110001011110 | e8bfdbbce8bfdbbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)