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 | 110000001101000001011001 | c0d059 |
SJIS-WIN | ??Y | 001111110011111101011001 | 3f3f59 |
EUC-JP | À?Y | 1000111110101010101000100011111101011001 | 8faaa23f59 |
UTF-8 | ÀÐY | 1100001110000000110000111001000001011001 | c380c39059 |
UHC | ?ÐY | 00111111101010001010001001011001 | 3fa8a259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)