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 | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 奪其測vB | 1001001001000100100100011011010010010001101010100111011001000010 | 924491b491aa7642 |
EUC-JP | 奪其測vB | 1100001110100101110000101011011011000010101011000111011001000010 | c3a5c2b6c2ac7642 |
UTF-8 | 奪其測vB | 1110010110100101101010101110010110000101101101101110011010111000101011000111011001000010 | e5a5aae585b6e6b8ac7642 |
UHC | 奪其測vB | 1111011110101100110100001110110011110110101101000111011001000010 | f7acd0ecf6b47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)