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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邂大邂垈^ | 111001111010111010010001111001011110011110101110100110101011000001011110 | e7ae91e5e7ae9ab05e |
EUC-JP | 邂大邂垈^ | 111011101011000011000010111001111110111010110000110101001011001001011110 | eeb0c2e7eeb0d4b25e |
UTF-8 | 邂大邂垈^ | 11101001100000101000001011100101101001001010011111101001100000101000001011100101100111101000100001011110 | e98282e5a4a7e98282e59e885e |
UHC | 邂大邂垈^ | 111110101011001111010011110111101111101010110011110100111101110001011110 | fab3d3defab3d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)