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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑤識浯 | 111010101010001010001110101011111111101011111100 | eaa28eaffafc |
EUC-JP | 瑤識浯 | 11110100101001001011110010110001100011111100011111000011 | f4a4bcb18fc7c3 |
UTF-8 | 瑤識浯 | 111001111001000110100100111010001010110110011000111001101011010110101111 | e791a4e8ad98e6b5af |
UHC | 瑤識? | 1110100011111101111000111101101100111111 | e8fde3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)