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 | 諧?渟實? | 1110011001111110001111111001111111011001100110111000100100111111 | e67e3f9fd99b893f |
EUC-JP | 諧?渟實? | 1110101111011111001111111101111011011011110101011110100100111111 | ebdf3fdedbd5e93f |
UTF-8 | 諧엉渟實렏 | 111010001010101110100111111011001001011110001001111001101011100010011111111001011010111110100110111010111010000010001111 | e8aba7ec9789e6b89fe5afa6eba08f |
UHC | 諧엉渟實렏 | 11111010101100101011111011111011111011111110010111100011111110011000111010100101 | fab2befbefe5e3f98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)