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 | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
SJIS-WIN | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
EUC-JP | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
UTF-8 | 챕혙창횘혺VB | 1110110010110001100101011110110110011000100110011110110010110000101111011110110110011010100110001110110110011000101110100101011001000010 | ecb195ed9899ecb0bded9a98ed98ba5642 |
UHC | 챕혙창횘혺VB | 110000111010100111000010100001001100001110100010110000111001001011000010100111110101011001000010 | c3a9c284c3a2c392c29f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)