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 | ìï¼é½èÇ | 1110110011101111101111001110100110111101111010001000111111000111 | ecefbce9bde88fc7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ìï?é?è?Ç | 100011111010101111000000100011111010101111000001001111111000111110101011101100010011111110001111101010111011001000111111100011111010101010101110 | 8fabc08fabc13f8fabb13f8fabb23f8faaae |
UTF-8 | ìï¼é½èÇ | 11000011101011001100001110101111110000101011110011000011101010011100001010111101110000111010100011000010100011111100001110000111 | c3acc3afc2bcc3a9c2bdc3a8c28fc387 |
UHC | ??¼?½??? | 00111111001111111010100011111001001111111010100011110110001111110011111100111111 | 3f3fa8f93fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)