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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 紙???肢 | 10001110100001100011111100111111001111111000111010001000 | 8e863f3f3f8e88 |
| EUC-JP | 紙?檉?肢 | 101110111110011000111111100011111100010110111011001111111011101111101000 | bbe63f8fc5bb3fbbe8 |
| UTF-8 | 紙렖檉렢肢 | 111001111011010010011001111010111010000010010110111001101010101010001001111010111010000010100010111010001000001010100010 | e7b499eba096e6aa89eba0a2e882a2 |
| UHC | 紙렖檉렢肢 | 11110010101101011000111010101011111011111110000010001110101100111111001010110110 | f2b58eabefe08eb3f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)