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éêçSéê^ | 111001110101001111101001111010101110011101010011111010011110101001011110 | e753e9eae753e9ea5e |
SJIS-WIN | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
EUC-JP | çSéêçSéê^ | 100011111010101110101110010100111000111110101011101100011000111110101011101101001000111110101011101011100101001110001111101010111011000110001111101010111011010001011110 | 8fabae538fabb18fabb48fabae538fabb18fabb45e |
UTF-8 | çSéêçSéê^ | 110000111010011101010011110000111010100111000011101010101100001110100111010100111100001110101001110000111010101001011110 | c3a753c3a9c3aac3a753c3a9c3aa5e |
UHC | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)