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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ但ツ堕殄 | 1100001010010010010000011100001010010001110000101001111101101000 | c29241c291c29f68 |
EUC-JP | ツ但ツ堕殄 | 10001110110000101100001110100010100011101100001011000010110001001101110111001001 | 8ec2c3a28ec2c2c4ddc9 |
UTF-8 | ツ但ツ堕殄 | 111011111011111010000010111001001011110110000110111011111011111010000010111001011010000010010101111001101010111010000100 | efbe82e4bd86efbe82e5a095e6ae84 |
UHC | ?但??殄 | 00111111110100111010001100111111001111111111001011001111 | 3fd3a33f3ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)