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 | 韆秘棣^ | 11101000111001101001010011101001100111101010011001011110 | e8e694e99ea65e |
EUC-JP | 韆秘棣^ | 11110000111010001100100011101011110111001010100001011110 | f0e8c8ebdca85e |
UTF-8 | 韆秘棣^ | 11101001100111111000011011100111101001111001100011100110101000111010001101011110 | e99f86e7a798e6a3a35e |
UHC | 韆秘?^ | 111101001100011111011101111110100011111101011110 | f4c7ddfa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)