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 | æý£ç | 1110011011111101101000111110011110011111 | e6fda3e79f |
SJIS-WIN | ??£?? | 001111110011111110000001100100100011111100111111 | 3f3f81923f3f |
EUC-JP | æý£ç? | 100011111010100111000001100011111010101111110010101000011111001010001111101010111010111000111111 | 8fa9c18fabf2a1f28fabae3f |
UTF-8 | æý£ç | 11000011101001101100001110111101110000101010001111000011101001111100001010011111 | c3a6c3bdc2a3c3a7c29f |
UHC | æ???? | 101010011010000100111111001111110011111100111111 | a9a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)