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 | é®´å | 11101001101011101011010011100101 | e9aeb4e5 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | é®´å | 1000111110101011101100011000111110100010111011101010000110101101100011111010101110101001 | 8fabb18fa2eea1ad8faba9 |
UTF-8 | é®´å | 1100001110101001110000101010111011000010101101001100001110100101 | c3a9c2aec2b4c3a5 |
UHC | ?®´? | 001111111010001011100111101000101010010100111111 | 3fa2e7a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)