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 | 證?鍋 | 1110011010011010001111111001001111100111 | e69a3f93e7 |
EUC-JP | 證?鍋 | 1110101111111010001111111100011011101001 | ebfa3fc6e9 |
UTF-8 | 證縷鍋 | 111010001010110110001001111011111010010110010000111010011000110110001011 | e8ad89efa590e98d8b |
UHC | 證縷鍋 | 111100011111101111010010111010101100111010100111 | f1fbd2eacea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)