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 | 應ъ? | 1001110011100100100001001000110000111111 | 9ce4848c3f |
EUC-JP | 應ъ? | 1101100011100110101001111110110000111111 | d8e6a7ec3f |
UTF-8 | 應ъ뜫 | 1110011010000111100010011101000110001010111010111001110010101011 | e68789d18aeb9cab |
UHC | 應ъ뜫 | 111010111110101110101100111011001000110110101100 | ebebacec8dac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)