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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| EUC-JP | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| UTF-8 | 묯묭뫅묮뫎뫗u^ | 1110101110101100101011111110101110101100101011011110101110101011100001011110101110101100101011101110101110101011100011101110101110101011100101110111010101011110 | ebacafebacadebab85ebacaeebab8eebab97755e |
| UHC | 묯묭뫅묮뫎뫗u^ | 1001001001000110100100100100010010010001101010001001001001000101100100011011000010010001101110010111010101011110 | 9246924491a8924591b091b9755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)