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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | アォb[アォb[^ | 101100011010101101100010010110111011000110101011011000100101101101011110 | b1ab625bb1ab625b5e |
EUC-JP | アォb[アォb[^ | 10001110101100011000111010101011011000100101101110001110101100011000111010101011011000100101101101011110 | 8eb18eab625b8eb18eab625b5e |
UTF-8 | アォb[アォb[^ | 1110111110111101101100011110111110111101101010110110001001011011111011111011110110110001111011111011110110101011011000100101101101011110 | efbdb1efbdab625befbdb1efbdab625b5e |
UHC | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)