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 | ヤヤ^ | 11010100111100010111110111010100111100010111101101011110 | d4f17dd4f17b5e |
EUC-JP | ヤ?ヤ?^ | 10001110110101000011111110001110110101000011111101011110 | 8ed43f8ed43f5e |
UTF-8 | ヤヤ^ | 11101111101111101001010011101110100000111011100111101111101111101001010011101110100000111011011101011110 | efbe94ee83b9efbe94ee83b75e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)