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 | ²çÐBF | 100011101011001011100111110100000100001001000110 | 8eb2e7d04246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ??ç?BF | 0011111100111111100011111010101110101110001111110100001001000110 | 3f3f8fabae3f4246 |
UTF-8 | ²çÐBF | 11000010100011101100001010110010110000111010011111000011100100000100001001000110 | c28ec2b2c3a7c3904246 |
UHC | ?²?ÐBF | 0011111110101001111101110011111110101000101000100100001001000110 | 3fa9f73fa8a24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)