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 | 闔ィ莠包ス「^ | 11101000100011101010100011100100101110101001010111101111101111011010001001011110 | e88ea8e4ba95efbda25e |
EUC-JP | 闔ィ莠包ス「^ | 11101111111011101000111010101000111010001011110011001010111100011000111010111101100011101010001001011110 | efee8ea8e8bccaf18ebd8ea25e |
UTF-8 | 闔ィ莠包ス「^ | 11101001100101111001010011101111101111011010100011101000100011101010000011100101100011001000010111101111101111011011110111101111101111011010001001011110 | e99794efbda8e88ea0e58c85efbdbdefbda25e |
UHC | 闔??包??^ | 111110011110111100111111001111111111100011010000001111110011111101011110 | f9ef3f3ff8d03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)