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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 諤ァG | 11100110100000001010011101000111 | e680a747 |
EUC-JP | 諤ァG | 1110101111100000100011101010011101000111 | ebe08ea747 |
UTF-8 | 諤ァG | 11101000101010111010010011101111101111011010011101000111 | e8aba4efbda747 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)