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 | 獗璢默^ | 11100000110100111110000011100011111000001101001001011110 | e0d3e0e3e0d25e |
EUC-JP | 獗璢默^ | 11100000110101011110000011100101111000001101010001011110 | e0d5e0e5e0d45e |
UTF-8 | 獗璢默^ | 11100111100011011001011111100111100100101010001011101001101110111001100001011110 | e78d97e792a2e9bb985e |
UHC | 獗?默^ | 110011111111000100111111110110011111100101011110 | cff13fd9f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)