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 | ???iQ] | 001111110011111100111111011010010101000101011101 | 3f3f3f69515d |
SJIS-WIN | 篠ユョiQ] | 10001110110000101101010110101110011010010101000101011101 | 8ec2d5ae69515d |
EUC-JP | 篠ユョiQ] | 101111001100010010001110110101011000111010101110011010010101000101011101 | bcc48ed58eae69515d |
UTF-8 | 篠ユョiQ] | 111001111010111110100000111011111011111010010101111011111011110110101110011010010101000101011101 | e7afa0efbe95efbdae69515d |
UHC | 篠??iQ] | 11100001110001100011111100111111011010010101000101011101 | e1c63f3f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)