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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 猷??耶??\ | 100101110101000100111111001111111001011011101011001111110011111101011100 | 97513f3f96eb3f3f5c |
EUC-JP | 猷??耶??\ | 110011011011001000111111001111111100110011101101001111110011111101011100 | cdb23f3fcced3f3f5c |
UTF-8 | 猷띔뭐耶섃뿉\ | 11100111100011001011011111101011100111011001010011101011101011011001000011101000100000001011011011101100100001001000001111101011101111111000100101011100 | e78cb7eb9d94ebad90e880b6ec8483ebbf895c |
UHC | 猷띔뭐耶섃뿉\ | 11101011101000111011011011101010101110011011100111100101101011011001100011100010100101111001000001011100 | eba3b6eab9b9e5ad98e297905c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)