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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 眸絖楪 | 111000011100011011100011010011001001111011000010 | e1c6e34c9ec2 |
EUC-JP | 眸絖楪 | 111000101100100011100101101011011101110011000100 | e2c8e5addcc4 |
UTF-8 | 眸絖楪 | 111001111001110010111000111001111011010110010110111001101010010110101010 | e79cb8e7b596e6a5aa |
UHC | 眸?? | 11011001110000100011111100111111 | d9c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)