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 | 淫??紗灌 | 1000100011111010001111110011111110001110110100011001111111110011 | 88fa3f3f8ed19ff3 |
EUC-JP | 淫??紗灌 | 1011000011111100001111110011111110111100110100111101111011110101 | b0fc3f3fbcd3def5 |
UTF-8 | 淫멸렍紗灌 | 111001101011011110101011111010111010100110111000111010111010000010001101111001111011010010010111111001111000000110001100 | e6b7abeba9b8eba08de7b497e7818c |
UHC | 淫멸렍紗灌 | 11101011111000101011100011101010100011101010001111011110111010011100111010110100 | ebe2b8ea8ea3dee9ceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)