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 | 擘o愧 | 100111011010010010000010100011111001110011000001 | 9da4828f9cc1 |
EUC-JP | 擘o愧 | 110110101010011010100011111011111101100011000011 | daa6a3efd8c3 |
UTF-8 | 擘o愧 | 111001101001001110011000111011111011110110001111111001101000010010100111 | e69398efbd8fe684a7 |
UHC | 擘o愧 | 110110111111101110100011111011111100111011010111 | dbfba3efced7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)