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 | 雅??癲? | 10001001111010110011111100111111111000011001111100111111 | 89eb3f3fe19f3f |
| EUC-JP | 雅??癲? | 10110010111011010011111100111111111000101010000100111111 | b2ed3f3fe2a13f |
| UTF-8 | 雅붾죺癲멊 | 111010011001101110000101111010111011011010111110111011001010001110111010111001111001100110110010111010111010100110001010 | e99b85ebb6beeca3bae799b2eba98a |
| UHC | 雅붾죺癲멊 | 11100100101110101001010011101011101000011001010011101111101001101001000101000010 | e4ba94eba194efa69142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)