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 | ¹¥ | 1011100110100101 | b9a5 |
SJIS-WIN | ?¥ | 001111111000000110001111 | 3f818f |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | ¹¥ | 11000010101110011100001010100101 | c2b9c2a5 |
UHC | ¹? | 101010011111011000111111 | a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)