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 | 陽怐韈陽鶺 | 10010111011110101001110010000001111010001110011110010111011110101110101001010100 | 977a9c81e8e7977aea54 |
| EUC-JP | 陽怐韈陽鶺 | 11001101110110111101011111100001111100001110100111001101110110111111001110110101 | cddbd7e1f0e9cddbf3b5 |
| UTF-8 | 陽怐韈陽鶺 | 111010011001100110111101111001101000000010010000111010011001111110001000111010011001100110111101111010011011011010111010 | e999bde68090e99f88e999bde9b6ba |
| UHC | 陽??陽? | 11100101110101010011111100111111111001011101010100111111 | e5d53f3fe5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)