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 | ûSÊé²¶^ | 11111011010100111100101011101001101100101011011001011110 | fb53cae9b2b65e |
SJIS-WIN | ?S???¶^ | 0011111101010011001111110011111100111111100000011111011101011110 | 3f533f3f3f81f75e |
EUC-JP | ûSÊé?¶^ | 1000111110101011111001010101001110001111101010101011010010001111101010111011000100111111101000101111100101011110 | 8fabe5538faab48fabb13fa2f95e |
UTF-8 | ûSÊé²¶^ | 110000111011101101010011110000111000101011000011101010011100001010110010110000101011011001011110 | c3bb53c38ac3a9c2b2c2b65e |
UHC | ?S??²¶^ | 001111110101001100111111001111111010100111110111101000101101001001011110 | 3f533f3fa9f7a2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)