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 | 浴???? | 100101111000000100111111001111110011111100111111 | 97813f3f3f3f |
| EUC-JP | 浴??焰? | 1100110111100001001111110011111110001111110010011110111100111111 | cde13f3f8fc9ef3f |
| UTF-8 | 浴녺룉焰놞 | 111001101011010110110100111010111000010110111010111010111010001110001001111001111000010010110000111010111000011010011110 | e6b5b4eb85baeba389e784b0eb869e |
| UHC | 浴녺룉焰놞 | 11101001101100011000011011100111100011111000100011100110111110111000011101000001 | e9b186e78f88e6fb8741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)