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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 啻聟啻聟^ | 100110100110000011100011110110111001101001100000111000111101101101011110 | 9a60e3db9a60e3db5e |
EUC-JP | 啻聟啻聟^ | 110100111100000111100110110111011101001111000001111001101101110101011110 | d3c1e6ddd3c1e6dd5e |
UTF-8 | 啻聟啻聟^ | 11100101100101011011101111101000100000011001111111100101100101011011101111101000100000011001111101011110 | e595bbe8819fe595bbe8819f5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)