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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ曠ツ^ | 110000101001111001000100110000101000000101001111 | c29e44c2814f |
EUC-JP | ツ曠ツ^ | 1000111011000010110110111010010110001110110000101010000110110000 | 8ec2dba58ec2a1b0 |
UTF-8 | ツ曠ツ^ | 111011111011111010000010111001101001101110100000111011111011111010000010111011111011110010111110 | efbe82e69ba0efbe82efbcbe |
UHC | ?曠?^ | 001111111100111011000111001111111010001111011110 | 3fcec73fa3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)