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 | æç´E] | 1110011011100111101101000100010101011101 | e6e7b4455d |
SJIS-WIN | ??´E] | 001111110011111110000001010011000100010101011101 | 3f3f814c455d |
EUC-JP | æç´E] | 10001111101010011100000110001111101010111010111010100001101011010100010101011101 | 8fa9c18fabaea1ad455d |
UTF-8 | æç´E] | 1100001110100110110000111010011111000010101101000100010101011101 | c3a6c3a7c2b4455d |
UHC | æ?´E] | 10101001101000010011111110100010101001010100010101011101 | a9a13fa2a5455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)