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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 顏イ邵ォ^ | 11101000111110001011001011100111101110001010101101011110 | e8f8b2e7b8ab5e |
EUC-JP | 顏イ邵ォ^ | 111100001111101010001110101100101110111010111010100011101010101101011110 | f0fa8eb2eeba8eab5e |
UTF-8 | 顏イ邵ォ^ | 11101001101000011000111111101111101111011011001011101001100000101011010111101111101111011010101101011110 | e9a18fefbdb2e982b5efbdab5e |
UHC | ??邵?^ | 001111110011111111100001110100000011111101011110 | 3f3fe1d03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)