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 | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
SJIS-WIN | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
EUC-JP | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
UTF-8 | 횄쨩cB | 1110110110011010100001001110110010101000101010010110001101000010 | ed9a84eca8a96342 |
UHC | 횄쨩cB | 110000111000001111000010101110110110001101000010 | c383c2bb6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)