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 | ??o??^ | 001111110011111101101111001111110011111101011110 | 3f3f6f3f3f5e |
SJIS-WIN | 将。o将「^ | 1000111110101011101000010110111110001111101010111010001001011110 | 8faba16f8faba25e |
EUC-JP | 将。o将「^ | 10111110101011011000111010100001011011111011111010101101100011101010001001011110 | bead8ea16fbead8ea25e |
UTF-8 | 将。o将「^ | 1110010110110000100001101110111110111101101000010110111111100101101100001000011011101111101111011010001001011110 | e5b086efbda16fe5b086efbda25e |
UHC | ??o??^ | 001111110011111101101111001111110011111101011110 | 3f3f6f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)