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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 宥??哀?B | 1001011101000111001111110011111110001000101000110011111101000010 | 97473f3f88a33f42 |
| EUC-JP | 宥??哀?B | 1100110110101000001111110011111110110000101001010011111101000010 | cda83f3fb0a53f42 |
| UTF-8 | 宥뷴썸哀렍B | 11100101101011101010010111101011101101111011010011101100100011011011100011100101100100111000000011101011101000001000110101000010 | e5aea5ebb7b4ec8db8e59380eba08d42 |
| UHC | 宥뷴썸哀렍B | 1110101011101001101110101110010110111101111001101110010011101110100011101010001101000010 | eae9bae5bde6e4ee8ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)