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 | ??M?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | テ」Mツ暗 | 110000111010001101001101110000101000100011000011 | c3a34dc288c3 |
EUC-JP | テ」Mツ暗 | 100011101100001110001110101000110100110110001110110000101011000011000101 | 8ec38ea34d8ec2b0c5 |
UTF-8 | テ」Mツ暗 | 11101111101111101000001111101111101111011010001101001101111011111011111010000010111001101001101010010111 | efbe83efbda34defbe82e69a97 |
UHC | ??M?暗 | 001111110011111101001101001111111110010011011110 | 3f3f4d3fe4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)