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 | 100011111100100111111100101111001011010101010000 | 8fc9fcbcb550 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | ?Éü??P | 00111111100011111010101010110001100011111010101111100100001111110011111101010000 | 3f8faab18fabe43f3f50 |
UTF-8 | Éü¼µP | 1100001010001111110000111000100111000011101111001100001010111100110000101011010101010000 | c28fc389c3bcc2bcc2b550 |
UHC | ???¼?P | 00111111001111110011111110101000111110010011111101010000 | 3f3f3fa8f93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)