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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 猴筍G | 1110000011001011111000101010000101000111 | e0cbe2a147 |
EUC-JP | 猴筍G | 1110000011001101111001001010001101000111 | e0cde4a347 |
UTF-8 | 猴筍G | 11100111100011001011010011100111101011011000110101000111 | e78cb4e7ad8d47 |
UHC | ?筍G | 00111111111000101110110001000111 | 3fe2ec47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)