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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 衡?衡? | 100011010111010000111111100011010111010000111111 | 8d743f8d743f |
EUC-JP | 衡?衡? | 101110011101010100111111101110011101010100111111 | b9d53fb9d53f |
UTF-8 | 衡즟衡즅 | 111010001010000110100001111011001010011010011111111010001010000110100001111011001010011010000101 | e8a1a1eca69fe8a1a1eca685 |
UHC | 衡즟衡즅 | 1111101110101100101000110110101111111011101011001010001101010011 | fbaca36bfbaca353 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)