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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 眸牾眸脣^ | 111000011100011011100000101100011110000111000110111000111111101001011110 | e1c6e0b1e1c6e3fa5e |
| EUC-JP | 眸牾眸脣^ | 111000101100100011100000101100111110001011001000111001101111110001011110 | e2c8e0b3e2c8e6fc5e |
| UTF-8 | 眸牾眸脣^ | 11100111100111001011100011100111100010011011111011100111100111001011100011101000100001001010001101011110 | e79cb8e789bee79cb8e884a35e |
| UHC | 眸?眸脣^ | 1101100111000010001111111101100111000010111000101110111001011110 | d9c23fd9c2e2ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)