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 | 邂樰}邂樰{^ | 1110011110101110111110101110110101111101111001111010111011111010111011010111101101011110 | e7aefaed7de7aefaed7b5e |
EUC-JP | 邂樰}邂樰{^ | 11101110101100001000111111000100111111010111110111101110101100001000111111000100111111010111101101011110 | eeb08fc4fd7deeb08fc4fd7b5e |
UTF-8 | 邂樰}邂樰{^ | 111010011000001010000010111001101010100010110000011111011110100110000010100000101110011010101000101100000111101101011110 | e98282e6a8b07de98282e6a8b07b5e |
UHC | 邂?}邂?{^ | 111110101011001100111111011111011111101010110011001111110111101101011110 | fab33f7dfab33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)