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 | 1110010110110111111001110110000101011001 | e5b7e76159 |
EUC-JP | 蟾軋Y | 1110101010111001111011011100001001011001 | eab9edc259 |
UTF-8 | 蟾軋Y | 11101000100111111011111011101000101110111000101101011001 | e89fbee8bb8b59 |
UHC | 蟾軋Y | 1110000011101010111001001101100001011001 | e0eae4d859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)