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 | ãäÙÕ | 11100011111001001101100111010101 | e3e4d9d5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ãäÙÕ | 100011111010101110101010100011111010101110100011100011111010101011100011100011111010101011011000 | 8fabaa8faba38faae38faad8 |
UTF-8 | ãäÙÕ | 1100001110100011110000111010010011000011100110011100001110010101 | c3a3c3a4c399c395 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)