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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞晞棹豼 | 1110010111111100100111011110100110011110101010001110011010111111 | e5fc9de99ea8e6bf |
EUC-JP | 襞晞棹豼 | 1110101011111110110110101110101111011100101010101110110011000001 | eafedaebdcaaecc1 |
UTF-8 | 襞晞棹豼 | 111010001010010110011110111001101001100110011110111001101010001110111001111010001011000110111100 | e8a59ee6999ee6a3b9e8b1bc |
UHC | ?晞棹? | 001111111111110111110101110101001010000100111111 | 3ffdf5d4a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)