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 | «_«¨ | 1000010010101011100000010101111110000100101010111000010010101000 | 84ab815f84ab84a8 |
| SJIS-WIN | ???_???¨ | 001111110011111100111111010111110011111100111111001111111000000101001110 | 3f3f3f5f3f3f3f814e |
| EUC-JP | ???_???¨ | 001111110011111100111111010111110011111100111111001111111010000110101111 | 3f3f3f5f3f3f3fa1af |
| UTF-8 | «_«¨ | 110000101000010011000010101010111100001010000001010111111100001010000100110000101010101111000010100001001100001010101000 | c284c2abc2815fc284c2abc284c2a8 |
| UHC | ???_???¨ | 001111110011111100111111010111110011111100111111001111111010000110100111 | 3f3f3f5f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)