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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蒻る?肉? | 1110010011101000100000101110100100111111100100111111011100111111 | e4e882e93f93f73f |
| EUC-JP | 蒻る?肉? | 1110100011101010101001001110101100111111110001101111100100111111 | e8eaa4eb3fc6f93f |
| UTF-8 | 蒻る떥肉퀯 | 111010001001001010111011111000111000001010001011111010111001011010100101111010001000001010001001111011011000000010101111 | e892bbe3828beb96a5e88289ed80af |
| UHC | 蒻る떥肉퀯 | 11100101101101101010101011101011100010111011100011101011101111111011010001000010 | e5b6aaeb8bb8ebbfb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)