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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 隴ス螳ウ] | 11101000101011011011110111100101101011101011001101011101 | e8adbde5aeb35d |
EUC-JP | 隴ス螳ウ] | 111100001010111110001110101111011110101010110000100011101011001101011101 | f0af8ebdeab08eb35d |
UTF-8 | 隴ス螳ウ] | 11101001100110101011010011101111101111011011110111101000100111101011001111101111101111011011001101011101 | e99ab4efbdbde89eb3efbdb35d |
UHC | ??螳?] | 001111110011111111010011110110010011111101011101 | 3f3fd3d93f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)