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 | 婉倭}婉倭{^ | 1001101101010101100110000110000001111101100110110101010110011000011000000111101101011110 | 9b5598607d9b5598607b5e |
EUC-JP | 婉倭}婉倭{^ | 1101010110110110110011111100000101111101110101011011011011001111110000010111101101011110 | d5b6cfc17dd5b6cfc17b5e |
UTF-8 | 婉倭}婉倭{^ | 111001011010100110001001111001011000000010101101011111011110010110101001100010011110010110000000101011010111101101011110 | e5a989e580ad7de5a989e580ad7b5e |
UHC | 婉倭}婉倭{^ | 1110100011000110111010001101111001111101111010001100011011101000110111100111101101011110 | e8c6e8de7de8c6e8de7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)