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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 絶??wh | 100100001110001000111111001111110111011101101000 | 90e23f3f7768 |
EUC-JP | 絶??wh | 110000001110010000111111001111110111011101101000 | c0e43f3f7768 |
UTF-8 | 絶잞쉬wh | 1110011110110101101101101110110010011110100111101110110010001001101011000111011101101000 | e7b5b6ec9e9eec89ac7768 |
UHC | 絶잞쉬wh | 1110111110111110100111111110111110111101101011000111011101101000 | efbe9fefbdac7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)