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] | 0011111100111111011010010101000101011101 | 3f3f69515d |
SJIS-WIN | 跫ョiQ] | 111001101110110110101110011010010101000101011101 | e6edae69515d |
EUC-JP | 跫ョiQ] | 11101100111011111000111010101110011010010101000101011101 | ecef8eae69515d |
UTF-8 | 跫ョiQ] | 111010001011011110101011111011111011110110101110011010010101000101011101 | e8b7abefbdae69515d |
UHC | ??iQ] | 0011111100111111011010010101000101011101 | 3f3f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)