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 | êYêbE | 1110101010001001100111001000100101011001111010101000100110011100100010010110001001000101 | ea899c8959ea899c896245 |
SJIS-WIN | ????Y????bE | 0011111100111111001111110011111101011001001111110011111100111111001111110110001001000101 | 3f3f3f3f593f3f3f3f6245 |
EUC-JP | ê???Yê???bE | 100011111010101110110100001111110011111100111111010110011000111110101011101101000011111100111111001111110110001001000101 | 8fabb43f3f3f598fabb43f3f3f6245 |
UTF-8 | êYêbE | 11000011101010101100001010001001110000101001110011000010100010010101100111000011101010101100001010001001110000101001110011000010100010010110001001000101 | c3aac289c29cc28959c3aac289c29cc2896245 |
UHC | ????Y????bE | 0011111100111111001111110011111101011001001111110011111100111111001111110110001001000101 | 3f3f3f3f593f3f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)