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 | 00111111001111110101011000111111001111110101011001000010 | 3f3f563f3f5642 |
SJIS-WIN | ??V??VB | 00111111001111110101011000111111001111110101011001000010 | 3f3f563f3f5642 |
EUC-JP | ??V??VB | 00111111001111110101011000111111001111110101011001000010 | 3f3f563f3f5642 |
UTF-8 | 손섶V손섶VB | 111011001000011010010000111011001000010010110110010101101110110010000110100100001110110010000100101101100101011001000010 | ec8690ec84b656ec8690ec84b65642 |
UHC | 손섶V손섶VB | 1011110011010101101111001011101101010110101111001101010110111100101110110101011001000010 | bcd5bcbb56bcd5bcbb5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)