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 | PEC± | 1001001001010000100100100100010110010010010000111001000110110001 | 92509245924391b1 |
SJIS-WIN | ?P?E?C?± | 001111110101000000111111010001010011111101000011001111111000000101111101 | 3f503f453f433f817d |
EUC-JP | ?P?E?C?± | 001111110101000000111111010001010011111101000011001111111010000111011110 | 3f503f453f433fa1de |
UTF-8 | PEC± | 11000010100100100101000011000010100100100100010111000010100100100100001111000010100100011100001010110001 | c29250c29245c29243c291c2b1 |
UHC | ?P?E?C?± | 001111110101000000111111010001010011111101000011001111111010000110111110 | 3f503f453f433fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)