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 | ??E??wh | 00111111001111110100010100111111001111110111011101101000 | 3f3f453f3f7768 |
SJIS-WIN | ??E??wh | 00111111001111110100010100111111001111110111011101101000 | 3f3f453f3f7768 |
EUC-JP | ??E??wh | 00111111001111110100010100111111001111110111011101101000 | 3f3f453f3f7768 |
UTF-8 | 횄쨩E횂혳wh | 111011011001101010000100111011001010100010101001010001011110110110011010100000101110110110011000101100110111011101101000 | ed9a84eca8a945ed9a82ed98b37768 |
UHC | 횄쨩E횂혳wh | 1100001110000011110000101011101101000101110000111000001011000010100110100111011101101000 | c383c2bb45c382c29a7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)