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 | 莊??盟? | 11100100101101010011111100111111100101101011111100111111 | e4b53f3f96bf3f |
EUC-JP | 莊??盟? | 11101000101101110011111100111111110011001100000100111111 | e8b73f3fccc13f |
UTF-8 | 莊쯧렲盟가 | 111010001000111010001010111011001010111110100111111010111010000010110010111001111001101110011111111010101011000010000000 | e88e8aecafa7eba0b2e79b9feab080 |
UHC | 莊쯧렲盟가 | 11101101111101101100001011101100100011101011111111011000111011111011000010100001 | edf6c2ec8ebfd8efb0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)