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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 篠マホ]H | 100011101100001011001111110011100101110101001000 | 8ec2cfce5d48 |
EUC-JP | 篠マホ]H | 1011110011000100100011101100111110001110110011100101110101001000 | bcc48ecf8ece5d48 |
UTF-8 | 篠マホ]H | 1110011110101111101000001110111110111110100011111110111110111110100011100101110101001000 | e7afa0efbe8fefbe8e5d48 |
UHC | 篠??]H | 111000011100011000111111001111110101110101001000 | e1c63f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)