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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?亦恒^ | 001111111001011010010010100011010101000001011110 | 3f96928d505e |
EUC-JP | ?亦恒^ | 001111111100101111110010101110011011000101011110 | 3fcbf2b9b15e |
UTF-8 | 뇜亦恒^ | 11101011100001111001110011100100101110101010011011100110100000011001001001011110 | eb879ce4baa6e681925e |
UHC | 뇜亦恒^ | 10110011111111011110011010110010111110011111011001011110 | b3fde6b2f9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)