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 | 雕?i | 1110100010111000001111111000001010001001 | e8b83f8289 |
EUC-JP | 雕?i | 1111000010111010001111111010001111101001 | f0ba3fa3e9 |
UTF-8 | 雕계i | 111010011001101110010101111010101011001110000100111011111011110110001001 | e99b95eab384efbd89 |
UHC | 雕계i | 111100001110011110110000111010001010001111101001 | f0e7b0e8a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)