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 | 1110000110111000111000111010111101011001 | e1b8e3af59 |
EUC-JP | 盧羆Y | 1110001010111010111001101011000101011001 | e2bae6b159 |
UTF-8 | 盧羆Y | 11100111100110111010011111100111101111101000011001011001 | e79ba7e7be8659 |
UHC | 盧?Y | 11010110110101000011111101011001 | d6d43f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)