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 | 嘯碎 | 10011010100000101110000111101010 | 9a82e1ea |
EUC-JP | 嘯碎 | 11010011111000101110001011101100 | d3e2e2ec |
UTF-8 | 嘯碎 | 111001011001100010101111111001111010001010001110 | e598afe7a28e |
UHC | 嘯碎 | 11100001101100001110000111101111 | e1b0e1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)