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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 淅??淅??B | 100111111100011000111111001111111001111111000110001111110011111101000010 | 9fc63f3f9fc63f3f42 |
| EUC-JP | 淅??淅??B | 110111101100100000111111001111111101111011001000001111110011111101000010 | dec83f3fdec83f3f42 |
| UTF-8 | 淅了卨淅了卨B | 11100110101101111000010111101111101001101011101011100101100011011010100011100110101101111000010111101111101001101011101011100101100011011010100001000010 | e6b785efa6bae58da8e6b785efa6bae58da842 |
| UHC | 淅了卨淅了卨B | 11100000101100101110100011100111111000001101100111100000101100101110100011100111111000001101100101000010 | e0b2e8e7e0d9e0b2e8e7e0d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)