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 | 硝韜 | 100011111100100111101000111010011111011111111011 | 8fc9e8e9f7fb |
EUC-JP | 硝韜? | 1011111011001011111100001110101100111111 | becbf0eb3f |
UTF-8 | 硝韜 | 111001111010000110011101111010011001111110011100111011101001011110011110 | e7a19de99f9cee979e |
UHC | 硝韜? | 1111010110100110110101001011011100111111 | f5a6d4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)