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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軟ъ? | 1001001111101110100001001000110000111111 | 93ee848c3f |
EUC-JP | 軟ъ? | 1100011011110000101001111110110000111111 | c6f0a7ec3f |
UTF-8 | 軟ъ맢 | 1110100010111011100111111101000110001010111010111010011110100010 | e8bb9fd18aeba7a2 |
UHC | 軟ъ맢 | 111001101110001110101100111011001001000010101110 | e6e3acec90ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)