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 | 邂淡}邂淡{^ | 1110011110101110100100100101011101111101111001111010111010010010010101110111101101011110 | e7ae92577de7ae92577b5e |
EUC-JP | 邂淡}邂淡{^ | 1110111010110000110000111011100001111101111011101011000011000011101110000111101101011110 | eeb0c3b87deeb0c3b87b5e |
UTF-8 | 邂淡}邂淡{^ | 111010011000001010000010111001101011011110100001011111011110100110000010100000101110011010110111101000010111101101011110 | e98282e6b7a17de98282e6b7a17b5e |
UHC | 邂淡}邂淡{^ | 1111101010110011110100111011111101111101111110101011001111010011101111110111101101011110 | fab3d3bf7dfab3d3bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)