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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 吾?h | 10001100111000010011111101101000 | 8ce13f68 |
EUC-JP | 吾?h | 10111000111000110011111101101000 | b8e33f68 |
UTF-8 | 吾놝h | 11100101100100001011111011101011100001101001110101101000 | e590beeb869d68 |
UHC | 吾놝h | 1110011111101110100001101111111001101000 | e7ee86fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)