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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 莨井┰ | 111001001011110010001000111001001000010010111011 | e4bc88e484bb |
| EUC-JP | 莨井┰ | 111010001011111010110000111001101010100010111101 | e8beb0e6a8bd |
| UTF-8 | 莨井┰ | 111010001000111010101000111001001011101010010101111000101001010010110000 | e88ea8e4ba95e294b0 |
| UHC | ?井┰ | 0011111111101111110011001010011010111101 | 3fefcca6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)