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 | 帳ユ? | 1001001010100000100000111000011000111111 | 92a083863f |
| EUC-JP | 帳ユ? | 1100010010100010101001011110011000111111 | c4a2a5e63f |
| UTF-8 | 帳ユ꼇 | 111001011011100010110011111000111000001110100110111010101011110010000111 | e5b8b3e383a6eabc87 |
| UHC | 帳ユ꼇 | 111011011110001110101011111001101011001010111011 | ede3abe6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)