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 | 漬??愿? | 10010010110100000011111100111111100111001100001100111111 | 92d03f3f9cc33f |
EUC-JP | 漬??愿? | 11000100110100100011111100111111110110001100010100111111 | c4d23f3fd8c53f |
UTF-8 | 漬쭹췸愿렖 | 111001101011110010101100111011001010110110111001111011001011011110111000111001101000010010111111111010111010000010010110 | e6bcacecadb9ecb7b8e684bfeba096 |
UHC | 漬쭹췸愿렖 | 11110010101100001100001011100111110000111110111011101010101101001000111010101011 | f2b0c2e7c3eeeab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)