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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 梧?/?B | 10001100111001100011111110000001010111100011111101000010 | 8ce63f815e3f42 |
EUC-JP | 梧?/晷B | 101110001110100000111111101000011011111110001111110000101100011101000010 | b8e83fa1bf8fc2c742 |
UTF-8 | 梧잏/晷B | 11100110101000101010011111101100100111101000111111101111101111001000111111100110100110011011011101000010 | e6a2a7ec9e8fefbc8fe699b742 |
UHC | 梧잏/晷B | 111001111111110010011111111001111010001110101111110011111111110001000010 | e7fc9fe7a3afcffc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)