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 | 111010001100000110000001011110011001100010011111 | e8c18179989f |
SJIS-WIN | ???y?? | 001111110011111100111111011110010011111100111111 | 3f3f3f793f3f |
EUC-JP | èÁ?y?? | 10001111101010111011001010001111101010101010000100111111011110010011111100111111 | 8fabb28faaa13f793f3f |
UTF-8 | èÁy | 1100001110101000110000111000000111000010100000010111100111000010100110001100001010011111 | c3a8c381c28179c298c29f |
UHC | ???y?? | 001111110011111100111111011110010011111100111111 | 3f3f3f793f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)