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 | ??Y^ | 00111111001111110101100101011110 | 3f3f595e |
SJIS-WIN | ??Y^ | 00111111001111110101100101011110 | 3f3f595e |
EUC-JP | ??Y^ | 00111111001111110101100101011110 | 3f3f595e |
UTF-8 | 횄짙Y^ | 1110110110011010100001001110110010100111100110010101100101011110 | ed9a84eca799595e |
UHC | 횄짙Y^ | 110000111000001111000010101000110101100101011110 | c383c2a3595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)