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 | 踴å | 11101000101110001011010011100101 | e8b8b4e5 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | 踴å | 1000111110101011101100101000111110100010101100011010000110101101100011111010101110101001 | 8fabb28fa2b1a1ad8faba9 |
UTF-8 | 踴å | 1100001110101000110000101011100011000010101101001100001110100101 | c3a8c2b8c2b4c3a5 |
UHC | ?¸´? | 001111111010001010101100101000101010010100111111 | 3fa2aca2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)