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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 霍護│ | 111010001011011110001100111011001000010010100000 | e8b78cec84a0 |
| EUC-JP | 霍護│ | 111100001011100110111000111011101010100010100010 | f0b9b8eea8a2 |
| UTF-8 | 霍護│ | 111010011001110010001101111010001010110110110111111000101001010010000010 | e99c8de8adb7e29482 |
| UHC | ?護│ | 0011111111111011110111101010011010100010 | 3ffbdea6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)