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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?夥 | 001111111001101011101100 | 3f9aec |
EUC-JP | ?夥 | 001111111101010011101110 | 3fd4ee |
UTF-8 | 諲夥 | 111010001010101110110010111001011010010010100101 | e8abb2e5a4a5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)