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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 錚麥???? | 1110100001000010111010100110110100111111001111110011111100111111 | e842ea6d3f3f3f3f |
| EUC-JP | 錚麥???? | 1110111110100011111100111100111000111111001111110011111100111111 | efa3f3ce3f3f3f3f |
| UTF-8 | 錚麥렔乶롚잴 | 111010011000110010011010111010011011101010100101111010111010000010010100111001001011100110110110111010111010000110011010111011001001111010110100 | e98c9ae9baa5eba094e4b9b6eba19aec9eb4 |
| UHC | 錚麥렔乶롚잴 | 111011101011011011011000111010101000111010101001110111001110001110001110110111101100000011101010 | eeb6d8ea8ea9dce38edec0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)