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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蔔趣 | 11100100111101111000111011101111 | e4f78eef |
EUC-JP | 蔔趣 | 11101000111110011011110011110001 | e8f9bcf1 |
UTF-8 | 蔔趣 | 111010001001010010010100111010001011011010100011 | e89494e8b6a3 |
UHC | 蔔趣 | 11011100110110111111011010101100 | dcdbf6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)