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 | 瓮??淹? | 11100001010001000011111100111111100111111011100100111111 | e1443f3f9fb93f |
| EUC-JP | 瓮??淹? | 11100001101001010011111100111111110111101011101100111111 | e1a53f3fdebb3f |
| UTF-8 | 瓮쎽튋淹셅 | 111001111001001110101110111011001000111010111101111011011000101010001011111001101011011110111001111011001000010110000101 | e793aeec8ebded8a8be6b7b9ec8585 |
| UHC | 瓮쎽튋淹셅 | 11101000101101111001101111100100101110011001111111100101111101001001100101001111 | e8b79be4b99fe5f4994f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)