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 | 漬? | 100100101101000000111111 | 92d03f |
EUC-JP | 漬? | 110001001101001000111111 | c4d23f |
UTF-8 | 漬렜 | 111001101011110010101100111010111010000010011100 | e6bcaceba09c |
UHC | 漬렜 | 11110010101100001000111010101110 | f2b08eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)