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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 樽続Y | 1001001001001101100100011011000101011001 | 924d91b159 |
EUC-JP | 樽続Y | 1100001110101110110000101011001101011001 | c3aec2b359 |
UTF-8 | 樽続Y | 11100110101010001011110111100111101101101001101001011001 | e6a8bde7b69a59 |
UHC | 樽?Y | 11110001110111000011111101011001 | f1dc3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)