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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 祜?祜?^ | 100011111101000011011000001111111000111111010000110110000011111101011110 | 8fd0d83f8fd0d83f5e |
UTF-8 | 祜쌨祜쌤^ | 11100111101001011001110011101100100011001010100011100111101001011001110011101100100011001010010001011110 | e7a59cec8ca8e7a59cec8ca45e |
UHC | 祜쌨祜쌤^ | 111110111101010010111101110111101111101111010100101111011101110001011110 | fbd4bddefbd4bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)