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 | 1011110011010010101111001011000101011001 | bcd2bcb159 |
SJIS-WIN | ???±Y | 001111110011111100111111100000010111110101011001 | 3f3f3f817d59 |
EUC-JP | ?Ò?±Y | 0011111110001111101010101101001000111111101000011101111001011001 | 3f8faad23fa1de59 |
UTF-8 | ¼Ò¼±Y | 110000101011110011000011100100101100001010111100110000101011000101011001 | c2bcc392c2bcc2b159 |
UHC | ¼?¼±Y | 1010100011111001001111111010100011111001101000011011111001011001 | a8f93fa8f9a1be59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)