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 | 澳??如 | 111000000101001100111111001111111001010001000000 | e0533f3f9440 |
| EUC-JP | 澳??如 | 110111111011010000111111001111111100011110100001 | dfb43f3fc7a1 |
| UTF-8 | 澳뉔숱如 | 111001101011111010110011111010111000100110010100111011001000100010110001111001011010011010000010 | e6beb3eb8994ec88b1e5a682 |
| UHC | 澳뉔숱如 | 1110011111111110100001111110100110111101101000101110010111111101 | e7fe87e9bda2e5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)