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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 窪?}窪?{^ | 100011000100010100111111011111011000110001000101001111110111101101011110 | 8c453f7d8c453f7b5e |
EUC-JP | 窪?}窪?{^ | 101101111010011000111111011111011011011110100110001111110111101101011110 | b7a63f7db7a63f7b5e |
UTF-8 | 窪量}窪量{^ | 111001111010101010101010111011111010010110111110011111011110011110101010101010101110111110100101101111100111101101011110 | e7aaaaefa5be7de7aaaaefa5be7b5e |
UHC | 窪量}窪量{^ | 1110100011000001111001011101011001111101111010001100000111100101110101100111101101011110 | e8c1e5d67de8c1e5d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)