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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 罨亥床^ | 11100011101010101000100011100101100011111011000001011110 | e3aa88e58fb05e |
EUC-JP | 罨亥床^ | 11100110101011001011000011100111101111101011001001011110 | e6acb0e7beb25e |
UTF-8 | 罨亥床^ | 11100111101111011010100011100100101110101010010111100101101110101000101001011110 | e7bda8e4baa5e5ba8a5e |
UHC | ?亥床^ | 001111111111101010100100110111111100100101011110 | 3ffaa4dfc95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)