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 | EP§B | 10010010010001011001001001010000100100011010011101000010 | 9245925091a742 |
SJIS-WIN | ?E?P?§B | 0011111101000101001111110101000000111111100000011001100001000010 | 3f453f503f819842 |
EUC-JP | ?E?P?§B | 0011111101000101001111110101000000111111101000011111100001000010 | 3f453f503fa1f842 |
UTF-8 | EP§B | 1100001010010010010001011100001010010010010100001100001010010001110000101010011101000010 | c29245c29250c291c2a742 |
UHC | ?E?P?§B | 0011111101000101001111110101000000111111101000011101011101000010 | 3f453f503fa1d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)