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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漬紗??好 | 1001001011010000100011101101000100111111001111111000110101000100 | 92d08ed13f3f8d44 |
EUC-JP | 漬紗??好 | 1100010011010010101111001101001100111111001111111011100110100101 | c4d2bcd33f3fb9a5 |
UTF-8 | 漬紗렒렑好 | 111001101011110010101100111001111011010010010111111010111010000010010010111010111010000010010001111001011010010110111101 | e6bcace7b497eba092eba091e5a5bd |
UHC | 漬紗렒렑好 | 11110010101100001101111011101001100011101010011110001110101001101111101110111111 | f2b0dee98ea78ea6fbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)