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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疑??豫ε? | 100010110101111000111111001111111001100010101100100000111100001100111111 | 8b5e3f3f98ac83c33f |
EUC-JP | 疑??豫ε? | 101101011011111100111111001111111101000010101110101001101100010100111111 | b5bf3f3fd0aea6c53f |
UTF-8 | 疑뀀펰豫ε래 | 1110011110010110100100011110101110000000100000001110110110001110101100001110100010110001101010111100111010110101111010111001111010011000 | e79691eb8080ed8eb0e8b1abceb5eb9e98 |
UHC | 疑뀀펰豫ε래 | 111010111111011110110010111010111011110010000010111001111110001110100101111001011011011110100001 | ebf7b2ebbc82e7e3a5e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)