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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 邉「讚帚゚ | 1110011110110011101000101110011010101011100110111110001011011111 | e7b3a2e6ab9be2df |
| EUC-JP | 邉「讚帚゚ | 11101110101101011000111010100010111011001010110111010110111001001000111011011111 | eeb58ea2ecadd6e48edf |
| UTF-8 | 邉「讚帚゚ | 111010011000001010001001111011111011110110100010111010001010111010011010111001011011100010011010111011111011111010011111 | e98289efbda2e8ae9ae5b89aefbe9f |
| UHC | ??讚?? | 001111110011111111110011110001100011111100111111 | 3f3ff3c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)