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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?穡?? | 0011111111100010011100000011111100111111 | 3fe2703f3f |
| EUC-JP | ?穡?? | 0011111111100011110100010011111100111111 | 3fe3d13f3f |
| UTF-8 | 쾡穡듦건 | 111011001011111010100001111001111010100110100001111010111001001110100110111010101011000110110100 | ecbea1e7a9a1eb93a6eab1b4 |
| UHC | 쾡穡듦건 | 1100010011101001110111111110001010110101111010101011000011000111 | c4e9dfe2b5eab0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)