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 | 礁莟礁莟^ | 100011111100101011100100101011111000111111001010111001001010111101011110 | 8fcae4af8fcae4af5e |
EUC-JP | 礁莟礁莟^ | 101111101100110011101000101100011011111011001100111010001011000101011110 | becce8b1becce8b15e |
UTF-8 | 礁莟礁莟^ | 11100111101001001000000111101000100011101001111111100111101001001000000111101000100011101001111101011110 | e7a481e88e9fe7a481e88e9f5e |
UHC | 礁?礁?^ | 11110101101001110011111111110101101001110011111101011110 | f5a73ff5a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)