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 | 碎瑜 | 11100001111010101110000011101111 | e1eae0ef |
EUC-JP | 碎瑜 | 11100010111011001110000011110001 | e2ece0f1 |
UTF-8 | 碎瑜 | 111001111010001010001110111001111001000110011100 | e7a28ee7919c |
UHC | 碎瑜 | 11100001111011111110101110100101 | e1efeba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)