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 | 100010110101011000111111001111110111011101101000 | 8b563f3f7768 |
EUC-JP | 儀??wh | 101101011011011100111111001111110111011101101000 | b5b73f3f7768 |
UTF-8 | 儀븀쑹wh | 1110010110000100100000001110101110111000100000001110110010010001101110010111011101101000 | e58480ebb880ec91b97768 |
UHC | 儀븀쑹wh | 1110101111110000101110101110011110111110101010110111011101101000 | ebf0bae7beab7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)