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 | 喊哺 | 10011010010111101001101001001101 | 9a5e9a4d |
EUC-JP | 喊哺 | 11010011101111111101001110101110 | d3bfd3ae |
UTF-8 | 喊哺 | 111001011001011010001010111001011001001110111010 | e5968ae593ba |
UHC | 喊哺 | 11111001111000101111100011010100 | f9e2f8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)