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 | 貊種∮^ | 11100110101110111000111011101101100001111001001101011110 | e6bb8eed87935e |
EUC-JP | 貊種?^ | 111011001011110110111100111011110011111101011110 | ecbdbcef3f5e |
UTF-8 | 貊種∮^ | 11101000101100101000101011100111101010001010111011100010100010001010111001011110 | e8b28ae7a8aee288ae5e |
UHC | 貊種∮^ | 11011000111001111111000011111010101000101011000101011110 | d8e7f0faa2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)