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耀 | 10010111011100111000101111110111011010001001011101110011 | 97738bf7689773 |
EUC-JP | 耀隅h耀 | 11001101110101001011011011111001011010001100110111010100 | cdd4b6f968cdd4 |
UTF-8 | 耀隅h耀 | 11101000100000001000000011101001100110101000010101101000111010001000000010000000 | e88080e99a8568e88080 |
UHC | 耀隅h耀 | 11101001101001011110100111101010011010001110100110100101 | e9a5e9ea68e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)