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 | ???^~ | 0011111100111111001111110101111001111110 | 3f3f3f5e7e |
SJIS-WIN | ??チ^~ | 001111110011111110000011011000000101111001111110 | 3f3f83605e7e |
EUC-JP | ??チ^~ | 001111110011111110100101110000010101111001111110 | 3f3fa5c15e7e |
UTF-8 | 룵첂チ^~ | 1110101110100011101101011110110010110010100000101110001110000011100000010101111001111110 | eba3b5ecb282e383815e7e |
UHC | 룵첂チ^~ | 1000111110101010101010101000111110101011110000010101111001111110 | 8faaaa8fabc15e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)