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 | 愈耿? | 1001011011111010111000111101010000111111 | 96fae3d43f |
EUC-JP | 愈耿汶 | 11001100111111001110011011010110100011111100011011100101 | ccfce6d68fc6e5 |
UTF-8 | 愈耿汶 | 111001101000010010001000111010001000000010111111111001101011000110110110 | e68488e880bfe6b1b6 |
UHC | 愈耿汶 | 111010101110111111001100111010101101101010100001 | eaefcceadaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)