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 | 昊?扈但 | 10011101110111010011111111100111101110111001001001000001 | 9ddd3fe7bb9241 |
| EUC-JP | 昊?扈但 | 11011010110111110011111111101110101111011100001110100010 | dadf3feebdc3a2 |
| UTF-8 | 昊렕扈但 | 111001101001100010001010111010111010000010010101111001101000100110001000111001001011110110000110 | e6988aeba095e68988e4bd86 |
| UHC | 昊렕扈但 | 1111101111000100100011101010101011111011110000111101001110100011 | fbc48eaafbc3d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)