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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 喇畚詫] | 10011010011010001110000101011100100110000110110001011101 | 9a68e15c986c5d |
EUC-JP | 喇畚詫] | 11010011110010011110000110111101110011111100110101011101 | d3c9e1bdcfcd5d |
UTF-8 | 喇畚詫] | 11100101100101101000011111100111100101011001101011101000101010011010101101011101 | e59687e7959ae8a9ab5d |
UHC | 喇??] | 1101010011111010001111110011111101011101 | d4fa3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)