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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 質者h質 | 10001110101111111000111011010010011010001000111010111111 | 8ebf8ed2688ebf |
EUC-JP | 質者h質 | 10111100110000011011110011010100011010001011110011000001 | bcc1bcd468bcc1 |
UTF-8 | 質者h質 | 11101000101100111010101011101000100000001000010101101000111010001011001110101010 | e8b3aae8808568e8b3aa |
UHC | 質者h質 | 11110010111101011110110110111010011010001111001011110101 | f2f5edba68f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)