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 | ????[?? | 00111111001111110011111100111111010110110011111100111111 | 3f3f3f3f5b3f3f |
SJIS-WIN | 驥ュ鮖ソ[魑ャ | 11101001100001111010110111101001101110011011111101011011111010011011001110101100 | e987ade9b9bf5be9b3ac |
EUC-JP | 驥ュ鮖ソ[魑ャ | 11110001111001111000111010101101111100101011101110001110101111110101101111110010101101011000111010101100 | f1e78eadf2bb8ebf5bf2b58eac |
UTF-8 | 驥ュ鮖ソ[魑ャ | 11101001101010011010010111101111101111011010110111101001101011101001011011101111101111011011111101011011111010011010110110010001111011111011110110101100 | e9a9a5efbdade9ae96efbdbf5be9ad91efbdac |
UHC | 驥???[?? | 1101000111001010001111110011111100111111010110110011111100111111 | d1ca3f3f3f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)