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 | 鍮ф? | 1110100001001010100001001000011000111111 | e84a84863f |
EUC-JP | 鍮ф? | 1110111110101011101001111110011000111111 | efaba7e63f |
UTF-8 | 鍮ф깙 | 1110100110001101101011101101000110000100111010101011100110011001 | e98daed184eab999 |
UHC | 鍮ф깙 | 111010111011100110101100111001101000001110010001 | ebb9ace68391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)