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 | 祭槃?箏? | 1000110111010101100111101100111100111111111000101011010100111111 | 8dd59ecf3fe2b53f |
| EUC-JP | 祭槃?箏? | 1011101011010111110111001101000100111111111001001011011100111111 | bad7dcd13fe4b73f |
| UTF-8 | 祭槃커箏렎 | 111001111010010110101101111001101010011110000011111011001011101110100100111001111010111010001111111010111010000010001110 | e7a5ade6a783ecbba4e7ae8feba08e |
| UHC | 祭槃커箏렎 | 11110000101011101101101011101001110001001011111111101110101101001000111010100100 | f0aedae9c4bfeeb48ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)