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 | Ë×â÷ | 11001011110101111110001011110111 | cbd7e2f7 |
SJIS-WIN | ?×?÷ | 001111111000000101111110001111111000000110000000 | 3f817e3f8180 |
EUC-JP | Ë×â÷ | 10001111101010101011001110100001110111111000111110101011101001001010000111100000 | 8faab3a1df8faba4a1e0 |
UTF-8 | Ë×â÷ | 1100001110001011110000111001011111000011101000101100001110110111 | c38bc397c3a2c3b7 |
UHC | ?×?÷ | 001111111010000110111111001111111010000111000000 | 3fa1bf3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)