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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譏扶譏府^ | 111001101001100010010101011111011110011010011000100101010111101101011110 | e698957de698957b5e |
EUC-JP | 譏扶譏府^ | 111010111111100011001001110111101110101111111000110010011101110001011110 | ebf8c9deebf8c9dc5e |
UTF-8 | 譏扶譏府^ | 11101000101011011000111111100110100010011011011011101000101011011000111111100101101110101001110001011110 | e8ad8fe689b6e8ad8fe5ba9c5e |
UHC | 譏扶譏府^ | 110100011100000111011101101001101101000111000001110111011010010001011110 | d1c1dda6d1c1dda45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)