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 | 11000010100100011100001010010010110000111011101001000010 | c291c292c3ba42 |
EUC-JP | ツ堕津コB | 100011101100001011000010110001001100010011000101100011101011101001000010 | 8ec2c2c4c4c58eba42 |
UTF-8 | ツ堕津コB | 11101111101111101000001011100101101000001001010111100110101101001010010111101111101111011011101001000010 | efbe82e5a095e6b4a5efbdba42 |
UHC | ??津?B | 001111110011111111110010110100000011111101000010 | 3f3ff2d03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)