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?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-WIN | ??H窪? | 001111110011111101001000100011000100010100111111 | 3f3f488c453f |
EUC-JP | ??H窪? | 001111110011111101001000101101111010011000111111 | 3f3f48b7a63f |
UTF-8 | 稶렚H窪렱 | 11100111101010001011011011101011101000001001101001001000111001111010101010101010111010111010000010110001 | e7a8b6eba09a48e7aaaaeba0b1 |
UHC | 稶렚H窪렱 | 111010011111001110001110101011010100100011101000110000011000111010111110 | e9f38ead48e8c18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)