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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諛亥セュ | 111001101000011110001000111001011011111010101101 | e68788e5bead |
EUC-JP | 諛亥セュ | 1110101111100111101100001110011110001110101111101000111010101101 | ebe7b0e78ebe8ead |
UTF-8 | 諛亥セュ | 111010001010101110011011111001001011101010100101111011111011110110111110111011111011110110101101 | e8ab9be4baa5efbdbeefbdad |
UHC | 諛亥?? | 111010111011000011111010101001000011111100111111 | ebb0faa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)