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 | 碗王}碗王{^ | 1001100001110001100010011010010001111101100110000111000110001001101001000111101101011110 | 987189a47d987189a47b5e |
EUC-JP | 碗王}碗王{^ | 1100111111010010101100101010011001111101110011111101001010110010101001100111101101011110 | cfd2b2a67dcfd2b2a67b5e |
UTF-8 | 碗王}碗王{^ | 111001111010001010010111111001111000111010001011011111011110011110100010100101111110011110001110100010110111101101011110 | e7a297e78e8b7de7a297e78e8b7b5e |
UHC | 碗王}碗王{^ | 1110100011001111111010001101110101111101111010001100111111101000110111010111101101011110 | e8cfe8dd7de8cfe8dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)