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 | ????K? | 001111110011111100111111001111110100101100111111 | 3f3f3f3f4b3f |
SJIS-WIN | 魘」螳、K訒 | 111010011011010010100011111001011010111010100100010010111111101110100011 | e9b4a3e5aea44bfba3 |
EUC-JP | 魘」螳、K訒 | 111100101011011010001110101000111110101010110000100011101010010001001011100011111101110111001000 | f2b68ea3eab08ea44b8fddc8 |
UTF-8 | 魘」螳、K訒 | 11101001101011011001100011101111101111011010001111101000100111101011001111101111101111011010010001001011111010001010100010010010 | e9ad98efbda3e89eb3efbda44be8a892 |
UHC | ??螳?K? | 00111111001111111101001111011001001111110100101100111111 | 3f3fd3d93f4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)