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 | ?鋏 | 001111111110011111110101 | 3fe7f5 |
EUC-JP | ?鋏 | 001111111110111011110111 | 3feef7 |
UTF-8 | 룫鋏 | 111010111010001110101011111010011000101110001111 | eba3abe98b8f |
UHC | 룫鋏 | 10001111101000101111101011111001 | 8fa2faf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)