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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 橈?イ節??^ | 10011110111101000011111110000011010000111001000011011111001111110011111101011110 | 9ef43f834390df3f3f5e |
EUC-JP | 橈?イ節??^ | 11011100111101100011111110100101101001001100000011100001001111110011111101011110 | dcf63fa5a4c0e13f3f5e |
UTF-8 | 橈묉イ節댐쉐^ | 11100110101010011000100011101011101011001000100111100011100000101010010011100111101011111000000011101011100011001001000011101100100010011001000001011110 | e6a988ebac89e382a4e7af80eb8c90ec89905e |
UHC | 橈묉イ節댐쉐^ | 11101000111110101001000111100110101010111010010011101111101111011011010011101111101111011010011001011110 | e8fa91e6aba4efbdb4efbda65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)