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 | 110000101001111001000100110000111010001001000010 | c29e44c3a242 |
EUC-JP | ツ曠テ「B | 100011101100001011011011101001011000111011000011100011101010001001000010 | 8ec2dba58ec38ea242 |
UTF-8 | ツ曠テ「B | 11101111101111101000001011100110100110111010000011101111101111101000001111101111101111011010001001000010 | efbe82e69ba0efbe83efbda242 |
UHC | ?曠??B | 001111111100111011000111001111110011111101000010 | 3fcec73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)