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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 醤橫ァh | 100011111101110111111010111011101010011101101000 | 8fddfaeea768 |
EUC-JP | 醤?ァh | 101111101101111100111111100011101010011101101000 | bedf3f8ea768 |
UTF-8 | 醤橫ァh | 11101001100001101010010011100110101010011010101111101111101111011010011101101000 | e986a4e6a9abefbda768 |
UHC | ?橫?h | 0011111111111100111101000011111101101000 | 3ffcf43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)