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 | ?穡? | 00111111111000100111000000111111 | 3fe2703f |
| EUC-JP | ?穡? | 00111111111000111101000100111111 | 3fe3d13f |
| UTF-8 | 쾡穡듦 | 111011001011111010100001111001111010100110100001111010111001001110100110 | ecbea1e7a9a1eb93a6 |
| UHC | 쾡穡듦 | 110001001110100111011111111000101011010111101010 | c4e9dfe2b5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)