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 | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
| SJIS-WIN | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
| EUC-JP | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
| UTF-8 | 묭뫚뫀묮뫎뫗~B | 1110101110101100101011011110101110101011100110101110101110101011100000001110101110101100101011101110101110101011100011101110101110101011100101110111111001000010 | ebacadebab9aebab80ebacaeebab8eebab977e42 |
| UHC | 묭뫚뫀묮뫎뫗~B | 1001001001000100100100011011101010010001101001001001001001000101100100011011000010010001101110010111111001000010 | 924491ba91a4924591b091b97e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)