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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 漬紗? | 1001001011010000100011101101000100111111 | 92d08ed13f |
EUC-JP | 漬紗? | 1100010011010010101111001101001100111111 | c4d2bcd33f |
UTF-8 | 漬紗렣 | 111001101011110010101100111001111011010010010111111010111010000010100011 | e6bcace7b497eba0a3 |
UHC | 漬紗렣 | 111100101011000011011110111010011000111010110100 | f2b0dee98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)