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 | 100100100101000010010010010001011001001001000011 | 925092459243 |
SJIS-WIN | ?P?E?C | 001111110101000000111111010001010011111101000011 | 3f503f453f43 |
EUC-JP | ?P?E?C | 001111110101000000111111010001010011111101000011 | 3f503f453f43 |
UTF-8 | PEC | 110000101001001001010000110000101001001001000101110000101001001001000011 | c29250c29245c29243 |
UHC | ?P?E?C | 001111110101000000111111010001010011111101000011 | 3f503f453f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)