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 | ?x | 0011111101111000 | 3f78 |
SJIS-WIN | 粗x | 100100010110010101111000 | 916578 |
EUC-JP | 粗x | 110000011100011001111000 | c1c678 |
UTF-8 | 粗x | 11100111101100101001011101111000 | e7b29778 |
UHC | 粗x | 111100001101100001111000 | f0d878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)