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 | 鴨??宥?? | 1000101010011011001111110011111110010111010001110011111100111111 | 8a9b3f3f97473f3f |
| EUC-JP | 鴨??宥?? | 1011001111111011001111110011111111001101101010000011111100111111 | b3fb3f3fcda83f3f |
| UTF-8 | 鴨밸ㅇ宥길레 | 111010011011010010101000111010111011000010111000111000111000010110000111111001011010111010100101111010101011100010111000111010111010000010001000 | e9b4a8ebb0b8e38587e5aea5eab8b8eba088 |
| UHC | 鴨밸ㅇ宥길레 | 111001001110010110111001111010111010010010110111111010101110100110110001111001101011011110111001 | e4e5b9eba4b7eae9b1e6b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)