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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鱆韜 | 11101001111000011110100011101001 | e9e1e8e9 |
EUC-JP | 鱆韜 | 11110010111000111111000011101011 | f2e3f0eb |
UTF-8 | 鱆韜 | 111010011011000110000110111010011001111110011100 | e9b186e99f9c |
UHC | ?韜 | 001111111101010010110111 | 3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)