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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 将脯将 | 100011111010101111100011111110111000111110101011 | 8fabe3fb8fab |
EUC-JP | 将脯将 | 101111101010110111100110111111011011111010101101 | beade6fdbead |
UTF-8 | 将脯将 | 111001011011000010000110111010001000010010101111111001011011000010000110 | e5b086e884afe5b086 |
UHC | ?脯? | 00111111111110001110000100111111 | 3ff8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)