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 | ツ凖板搜 | 11000010100110011100001110010100110000101001110101110010 | c299c394c29d72 |
EUC-JP | ツ凖板搜 | 1000111011000010110100101100010111001000110001001101100111010011 | 8ec2d2c5c8c4d9d3 |
UTF-8 | ツ凖板搜 | 111011111011111010000010111001011000011110010110111001101001110110111111111001101001000010011100 | efbe82e58796e69dbfe6909c |
UHC | ??板搜 | 001111110011111111110111111110011110001010100100 | 3f3ff7f9e2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)