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 | 容?汚х? | 1001011101100101001111111000100110011000100001001000011100111111 | 97653f899884873f |
EUC-JP | 容?汚х? | 1100110111000110001111111011000111111000101001111110011100111111 | cdc63fb1f8a7e73f |
UTF-8 | 容뛑汚х몖 | 1110010110101110101110011110101110011011100100011110011010110001100110101101000110000101111010111010101010010110 | e5aeb9eb9b91e6b19ad185ebaa96 |
UHC | 容뛑汚х몖 | 11101001101110111000110101001111111001111111110110101100111001111001000110000100 | e9bb8d4fe7fdace79184 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)