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 | 箏南 | 11100010101101011001001111101100 | e2b593ec |
EUC-JP | 箏南 | 11100100101101111100011011101110 | e4b7c6ee |
UTF-8 | 箏南 | 111001111010111010001111111001011000110110010111 | e7ae8fe58d97 |
UHC | 箏南 | 11101110101101001101000111110101 | eeb4d1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)