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 | 謖檎ュョ譟セ | 111001101000110010001100111001111010110110101110111001101001111110111110 | e68c8ce7adaee69fbe |
| EUC-JP | 謖檎ュョ譟セ | 111010111110110010111000111010011000111010101101100011101010111011101100101000011000111010111110 | ebecb8e98ead8eaeeca18ebe |
| UTF-8 | 謖檎ュョ譟セ | 111010001010110010010110111001101010101010001110111011111011110110101101111011111011110110101110111010001010110110011111111011111011110110111110 | e8ac96e6aa8eefbdadefbdaee8ad9fefbdbe |
| UHC | 謖檎???? | 1110000111011010110100001101010100111111001111110011111100111111 | e1dad0d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)