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 | 莨域せ莊 | 1110010010111100100010001110011010000010101110011110010010110101 | e4bc88e682b9e4b5 |
| EUC-JP | 莨域せ莊 | 1110100010111110101100001110100010100100101110111110100010110111 | e8beb0e8a4bbe8b7 |
| UTF-8 | 莨域せ莊 | 111010001000111010101000111001011001111110011111111000111000000110011011111010001000111010001010 | e88ea8e59f9fe3819be88e8a |
| UHC | ?域せ莊 | 00111111111001101011010010101010101110111110110111110110 | 3fe6b4aabbedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)