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 | 跫朱ョ冗ー醍 | 11100110111011011000111011101001101011101000111111100111101100001001000111100111 | e6ed8ee9ae8fe7b091e7 |
| EUC-JP | 跫朱ョ冗ー醍 | 111011001110111110111100111010111000111010101110101111101110100110001110101100001100001011101001 | ecefbceb8eaebee98eb0c2e9 |
| UTF-8 | 跫朱ョ冗ー醍 | 111010001011011110101011111001101001110010110001111011111011110110101110111001011000011010010111111011111011110110110000111010011000011010001101 | e8b7abe69cb1efbdaee58697efbdb0e9868d |
| UHC | ?朱?冗?醍 | 001111111111000110111001001111111110100110110111001111111111000010110101 | 3ff1b93fe9b73ff0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)