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 | 霆祠?麥?? | 111010001011101111100010010010110011111111101010011011010011111100111111 | e8bbe24b3fea6d3f3f |
| EUC-JP | 霆祠?麥?? | 111100001011110111100011101011000011111111110011110011100011111100111111 | f0bde3ac3ff3ce3f3f |
| UTF-8 | 霆祠렯麥렲㎗ | 111010011001110010000110111001111010010110100000111010111010000010101111111010011011101010100101111010111010000010110010111000111000111010010111 | e99c86e7a5a0eba0afe9baa5eba0b2e38e97 |
| UHC | 霆祠렯麥렲㎗ | 111011111111110111011110111001101000111010111100110110001110101010001110101111111010011110100011 | effddee68ebcd8ea8ebfa7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)