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 | 繒???㎜ | 11111011100011110011111100111111001111111000011101101111 | fb8f3f3f3f876f |
| EUC-JP | 繒琫??? | 100011111101010011010100100011111100110010101111001111110011111100111111 | 8fd4d48fccaf3f3f3f |
| UTF-8 | 繒琫틱롋㎜ | 111001111011100110010010111001111001000010101011111011011000101110110001111010111010000110001011111000111000111010011100 | e7b992e790abed8bb1eba18be38e9c |
| UHC | 繒琫틱롋㎜ | 11110001111110011101110011101101110001101011110110001110110100011010011110101110 | f1f9dcedc6bd8ed1a7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)