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 | 帳?貧莊 | 10010010101000000011111110010101011011101110010010110101 | 92a03f956ee4b5 |
| EUC-JP | 帳?貧莊 | 11000100101000100011111111001001110011111110100010110111 | c4a23fc9cfe8b7 |
| UTF-8 | 帳띔貧莊 | 111001011011100010110011111010111001110110010100111010001011001010100111111010001000111010001010 | e5b8b3eb9d94e8b2a7e88e8a |
| UHC | 帳띔貧莊 | 1110110111100011101101101110101011011110101110001110110111110110 | ede3b6eadeb8edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)