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 | 貉懈弌蓊 | 1110011010111001100111001110011010011000100111111110010011100001 | e6b99ce6989fe4e1 |
| EUC-JP | 貉懈弌蓊 | 1110110010111011110110001110100011010000101000011110100011100011 | ecbbd8e8d0a1e8e3 |
| UTF-8 | 貉懈弌蓊 | 111010001011001010001001111001101000011110001000111001011011110010001100111010001001001110001010 | e8b289e68788e5bc8ce8938a |
| UHC | ?懈?? | 0011111111111010101010110011111100111111 | 3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)