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 | ?V??vB | 001111110101011000111111001111110111011001000010 | 3f563f3f7642 |
SJIS-WIN | ?V??vB | 001111110101011000111111001111110111011001000010 | 3f563f3f7642 |
EUC-JP | ?V??vB | 001111110101011000111111001111110111011001000010 | 3f563f3f7642 |
UTF-8 | 혪V혩짧vB | 111011011001100010101010010101101110110110011000101010011110110010100111101001110111011001000010 | ed98aa56ed98a9eca7a77642 |
UHC | 혪V혩짧vB | 110000101001001001010110110000101001000111000010101010100111011001000010 | c29256c291c2aa7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)