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 | 題屯?? | 100100011110100010010011110101000011111100111111 | 91e893d43f3f |
EUC-JP | 題屯?? | 110000101110101011000110110101100011111100111111 | c2eac6d63f3f |
UTF-8 | 題屯렪렣 | 111010011010000110001100111001011011000110101111111010111010000010101010111010111010000010100011 | e9a18ce5b1afeba0aaeba0a3 |
UHC | 題屯렪렣 | 1111000010111001110101001110101010001110101110001000111010110100 | f0b9d4ea8eb88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)