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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 治鉉x | 1000111010100001111001111110100101111000 | 8ea1e7e978 |
EUC-JP | 治鉉x | 1011110010100011111011101110101101111000 | bca3eeeb78 |
UTF-8 | 治鉉x | 11100110101100101011101111101001100010011000100101111000 | e6b2bbe9898978 |
UHC | 治鉉x | 1111011010111101111110101110100001111000 | f6bdfae878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)