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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ヤイ^ | 1101010011110000101101011011001001011110 | d4f0b5b25e |
EUC-JP | ヤ?イ^ | 100011101101010000111111100011101011001001011110 | 8ed43f8eb25e |
UTF-8 | ヤイ^ | 11101111101111101001010011101110100000011011010011101111101111011011001001011110 | efbe94ee81b4efbdb25e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)