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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 艤合 | 11100100011111101000110110000111 | e47e8d87 |
EUC-JP | 艤合 | 11100111110111111011100111100111 | e7dfb9e7 |
UTF-8 | 艤合 | 111010001000100110100100111001011001000010001000 | e889a4e59088 |
UHC | 艤合 | 11101011111110101111100111101010 | ebfaf9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)