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 | 糊肯?号 | 10001100110100001000110101101101001111111000110110000110 | 8cd08d6d3f8d86 |
EUC-JP | 糊肯雯号 | 101110001101001010111001110011101000111111100110111110111011100111100110 | b8d2b9ce8fe6fbb9e6 |
UTF-8 | 糊肯雯号 | 111001111011001110001010111010001000001010101111111010011001101110101111111001011000111110110111 | e7b38ae882afe99bafe58fb7 |
UHC | 糊肯雯? | 11111011110101011101000011101001110110101010011100111111 | fbd5d0e9daa73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)