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 | 繒貊 | 11111011100011111110011010111011 | fb8fe6bb |
EUC-JP | 繒貊 | 1000111111010100110101001110110010111101 | 8fd4d4ecbd |
UTF-8 | 繒貊 | 111001111011100110010010111010001011001010001010 | e7b992e8b28a |
UHC | 繒貊 | 11110001111110011101100011100111 | f1f9d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)