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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 怡??江 | 100111000111110100111111001111111000110101011101 | 9c7d3f3f8d5d |
| EUC-JP | 怡?頊江 | 1101011111011110001111111000111111100111111101001011100110111110 | d7de3f8fe7f4b9be |
| UTF-8 | 怡렩頊江 | 111001101000000010100001111010111010000010101001111010011010000010001010111001101011000110011111 | e680a1eba0a9e9a08ae6b19f |
| UHC | 怡렩頊江 | 1110110010101110100011101011011111101001111101011100101110110000 | ecae8eb7e9f5cbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)