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 | 爰??爰?? | 1110000010100111001111110011111111100000101001110011111100111111 | e0a73f3fe0a73f3f |
| EUC-JP | 爰??爰?? | 1110000010101001001111110011111111100000101010010011111100111111 | e0a93f3fe0a93f3f |
| UTF-8 | 爰귢컽爰귢뮈 | 111001111000100010110000111010101011011110100010111011001011101110111101111001111000100010110000111010101011011110100010111010111010111010001000 | e788b0eab7a2ecbbbde788b0eab7a2ebae88 |
| UHC | 爰귢컽爰귢뮈 | 111010101011101010000010111010101011000010011110111010101011101010000010111010101011100110111111 | eaba82eab09eeaba82eab9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)