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 | ???Dh | 0011111100111111001111110100010001101000 | 3f3f3f4468 |
SJIS-WIN | ???Dh | 0011111100111111001111110100010001101000 | 3f3f3f4468 |
EUC-JP | ???Dh | 0011111100111111001111110100010001101000 | 3f3f3f4468 |
UTF-8 | 횪체혲Dh | 1110110110011010101010101110110010110010101101001110110110011000101100100100010001101000 | ed9aaaecb2b4ed98b24468 |
UHC | 횪체혲Dh | 1100001110100000110000111011110011000010100110010100010001101000 | c3a0c3bcc2994468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)