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 | 絶??橈?? | 1001000011100010001111110011111110011110111101000011111100111111 | 90e23f3f9ef43f3f |
| EUC-JP | 絶??橈?? | 1100000011100100001111110011111111011100111101100011111100111111 | c0e43f3fdcf63f3f |
| UTF-8 | 絶뗨뎅橈삼쉘 | 111001111011010110110110111010111001011110101000111010111000111010000101111001101010100110001000111011001000001010111100111011001000100110011000 | e7b5b6eb97a8eb8e85e6a988ec82bcec8998 |
| UHC | 絶뗨뎅橈삼쉘 | 111011111011111010001011111010001011010110101101111010001111101010111011111011111011110110101001 | efbe8be8b5ade8fabbefbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)