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 | 繃犒 | 11100011011111011110000010110101 | e37de0b5 |
EUC-JP | 繃犒 | 11100101110111101110000010110111 | e5dee0b7 |
UTF-8 | 繃犒 | 111001111011100110000011111001111000101010010010 | e7b983e78a92 |
UHC | 繃? | 110111011101111000111111 | ddde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)