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 | 娃??穩? | 10001000101000010011111100111111111000100111001000111111 | 88a13f3fe2723f |
| EUC-JP | 娃??穩? | 10110000101000110011111100111111111000111101001100111111 | b0a33f3fe3d33f |
| UTF-8 | 娃뽳쉠穩빿 | 111001011010100010000011111010111011110110110011111011001000100110100000111001111010100110101001111010111011100110111111 | e5a883ebbdb3ec89a0e7a9a9ebb9bf |
| UHC | 娃뽳쉠穩빿 | 11101000110111111001011011101111101111011010101011101000101100011001010111010000 | e8df96efbdaae8b195d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)