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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 苞ワ繍葆 | 1110010010011010100000111000111110001111010010101110010011011100 | e49a838f8f4ae4dc |
| EUC-JP | 苞ワ繍葆 | 1110011111111010101001011110111110111101101010111110100011011110 | e7faa5efbdabe8de |
| UTF-8 | 苞ワ繍葆 | 111010001000101110011110111000111000001110101111111001111011100110001101111010001001000110000110 | e88b9ee383afe7b98de89186 |
| UHC | 苞ワ?? | 111110001110001010101011111011110011111100111111 | f8e2abef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)