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 | 窈??韋?? | 1110001001110111001111110011111111101000111010000011111100111111 | e2773f3fe8e83f3f |
| EUC-JP | 窈??韋?? | 1110001111011000001111110011111111110000111010100011111100111111 | e3d83f3ff0ea3f3f |
| UTF-8 | 窈띻껸韋곭뙴 | 111001111010101010001000111010111001110110111011111010101011101110111000111010011001111110001011111010101011001110101101111010111001100110110100 | e7aa88eb9dbbeabbb8e99f8beab3adeb99b4 |
| UHC | 窈띻껸韋곭뙴 | 111010011010000110001101111010101011001010111001111010101101111110000001111001111000110010110111 | e9a18deab2b9eadf81e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)