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 | 蓼猾 | 11100100111110001110000011001111 | e4f8e0cf |
EUC-JP | 蓼猾 | 11101000111110101110000011010001 | e8fae0d1 |
UTF-8 | 蓼猾 | 111010001001001110111100111001111000110010111110 | e893bce78cbe |
UHC | 蓼猾 | 11010110111111101111110011000010 | d6fefcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)