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 | cucu^ | 100100000110001110001001011101011001000001100011100010010111010101011110 | 90638975906389755e |
SJIS-WIN | ?c?u?c?u^ | 001111110110001100111111011101010011111101100011001111110111010101011110 | 3f633f753f633f755e |
EUC-JP | ?c?u?c?u^ | 001111110110001100111111011101010011111101100011001111110111010101011110 | 3f633f753f633f755e |
UTF-8 | cucu^ | 11000010100100000110001111000010100010010111010111000010100100000110001111000010100010010111010101011110 | c29063c28975c29063c289755e |
UHC | ?c?u?c?u^ | 001111110110001100111111011101010011111101100011001111110111010101011110 | 3f633f753f633f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)