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 | 訥? | 111001100110001100111111 | e6633f |
EUC-JP | 訥? | 111010111100010000111111 | ebc43f |
UTF-8 | 訥┟ | 111010001010100010100101111000101001010010011111 | e8a8a5e2949f |
UHC | 訥┟ | 11010010111011011010011011001010 | d2eda6ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)