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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銹翫g粤撮 | 11100111111101101000101011100011100000101000011111100010111000111000111001000010 | e7f68ae38287e2e38e42 |
EUC-JP | 銹翫g粤撮 | 11101110111110001011010011100101101000111110011111100100111001011011101110100011 | eef8b4e5a3e7e4e5bba3 |
UTF-8 | 銹翫g粤撮 | 111010011000101010111001111001111011111110101011111011111011110110000111111001111011001010100100111001101001001010101110 | e98ab9e7bfabefbd87e7b2a4e692ae |
UHC | 銹翫g?撮 | 111000101100100011101000110100011010001111100111001111111111010111001001 | e2c8e8d1a3e73ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)