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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬩ゥ陋セ貍膿 | 11101001101010011010100111101000100110111011111011100110101111001001010001011110 | e9a9a9e89bbee6bc945e |
EUC-JP | 鬩ゥ陋セ貍膿 | 111100101010101110001110101010011110111111111011100011101011111011101100101111101100011110111111 | f2ab8ea9effb8ebeecbec7bf |
UTF-8 | 鬩ゥ陋セ貍膿 | 111010011010110010101001111011111011110110101001111010011001100110001011111011111011110110111110111010001011001010001101111010001000011010111111 | e9aca9efbda9e9998befbdbee8b28de886bf |
UHC | ??陋??膿 | 0011111100111111110101111011000000111111001111111101001011011011 | 3f3fd7b03f3fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)