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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
EUC-JP | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
UTF-8 | 징횪짖횑vB | 1110110010100111100101011110110110011010101010101110110010100111100101101110110110011010100100010111011001000010 | eca795ed9aaaeca796ed9a917642 |
UHC | 징횪짖횑vB | 11000010101000011100001110100000110000101010001011000011100011000111011001000010 | c2a1c3a0c2a2c38c7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)