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 | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 涌`涌OB | 10010111010011110110000010010111010011110100111101000010 | 974f60974f4f42 |
EUC-JP | 涌`涌OB | 11001101101100000110000011001101101100000100111101000010 | cdb060cdb04f42 |
UTF-8 | 涌`涌OB | 111001101011011010001100011000001110011010110110100011000100111101000010 | e6b68c60e6b68c4f42 |
UHC | 涌`涌OB | 11101001101111110110000011101001101111110100111101000010 | e9bf60e9bf4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)