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 | ??P^ | 00111111001111110101000001011110 | 3f3f505e |
SJIS-WIN | ??P^ | 00111111001111110101000001011110 | 3f3f505e |
EUC-JP | ??P^ | 00111111001111110101000001011110 | 3f3f505e |
UTF-8 | 횄짙P^ | 1110110110011010100001001110110010100111100110010101000001011110 | ed9a84eca799505e |
UHC | 횄짙P^ | 110000111000001111000010101000110101000001011110 | c383c2a3505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)