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 | PÉL^ | 10010111010100001000001111001001100000010100110001011110 | 975083c9814c5e |
SJIS-WIN | ?P???L^ | 00111111010100000011111100111111001111110100110001011110 | 3f503f3f3f4c5e |
EUC-JP | ?P?É?L^ | 001111110101000000111111100011111010101010110001001111110100110001011110 | 3f503f8faab13f4c5e |
UTF-8 | PÉL^ | 1100001010010111010100001100001010000011110000111000100111000010100000010100110001011110 | c29750c283c389c2814c5e |
UHC | ?P???L^ | 00111111010100000011111100111111001111110100110001011110 | 3f503f3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)