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 | 涅???? | 100111111011100000111111001111110011111100111111 | 9fb83f3f3f3f |
| EUC-JP | 涅??沅? | 1101111010111010001111110011111110001111110001101110100100111111 | deba3f3f8fc6e93f |
| UTF-8 | 涅곕씒沅딞 | 111001101011011010000101111010101011001110010101111011001001010010010010111001101011001010000101111010111001010010011110 | e6b685eab395ec9492e6b285eb949e |
| UHC | 涅곕씒沅딞 | 11100110111011101011000011101011100111011010100011101010101101101000101101000001 | e6eeb0eb9da8eab68b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)