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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 瓠敎?^ | 111000010100000011111010110011010011111101011110 | e140facd3f5e |
| EUC-JP | 瓠??^ | 1110000110100001001111110011111101011110 | e1a13f3f5e |
| UTF-8 | 瓠敎쓱^ | 11100111100100111010000011100110100101011000111011101100100100111011000101011110 | e793a0e6958eec93b15e |
| UHC | 瓠敎쓱^ | 11111011110100101100111011100111101111101011001101011110 | fbd2cee7beb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)