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 | 殿??冪? | 10010011011000010011111100111111100110010111000000111111 | 93613f3f99703f |
| EUC-JP | 殿??冪? | 11000101110000100011111100111111110100011101000100111111 | c5c23f3fd1d13f |
| UTF-8 | 殿븀렎冪렰 | 111001101010111010111111111010111011100010000000111010111010000010001110111001011000011010101010111010111010000010110000 | e6aebfebb880eba08ee586aaeba0b0 |
| UHC | 殿븀렎冪렰 | 11101110111111001011101011100111100011101010010011011000111100011000111010111101 | eefcbae78ea4d8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)