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 | ??B^ | 00111111001111110100001001011110 | 3f3f425e |
SJIS-WIN | ??B^ | 00111111001111110100001001011110 | 3f3f425e |
EUC-JP | ??B^ | 00111111001111110100001001011110 | 3f3f425e |
UTF-8 | 횄짙B^ | 1110110110011010100001001110110010100111100110010100001001011110 | ed9a84eca799425e |
UHC | 횄짙B^ | 110000111000001111000010101000110100001001011110 | c383c2a3425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)