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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | ツ篠+d | 110000101000111011000010100000010111101101100100 | c28ec2817b64 |
EUC-JP | ツ篠+d | 10001110110000101011110011000100101000011101110001100100 | 8ec2bcc4a1dc64 |
UTF-8 | ツ篠+d | 11101111101111101000001011100111101011111010000011101111101111001000101101100100 | efbe82e7afa0efbc8b64 |
UHC | ?篠+d | 001111111110000111000110101000111010101101100100 | 3fe1c6a3ab64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)