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 | 艤低 | 11100100011111101001001011100001 | e47e92e1 |
EUC-JP | 艤低 | 11100111110111111100010011100011 | e7dfc4e3 |
UTF-8 | 艤低 | 111010001000100110100100111001001011110110001110 | e889a4e4bd8e |
UHC | 艤低 | 11101011111110101110111010111000 | ebfaeeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)