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 | 1110000111000110111000101011000101011001 | e1c6e2b159 |
EUC-JP | 眸箜Y | 1110001011001000111001001011001101011001 | e2c8e4b359 |
UTF-8 | 眸箜Y | 11100111100111001011100011100111101011101001110001011001 | e79cb8e7ae9c59 |
UHC | 眸?Y | 11011001110000100011111101011001 | d9c23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)