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 | æï¼è¹ | 1100001110100110111011111011110010000100111010001011100110001001 | c3a6efbc84e8b989 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æï??è?? | 10001111101010101010101010001111101000101100001110001111101010111100000100111111001111111000111110101011101100100011111100111111 | 8faaaa8fa2c38fabc13f3f8fabb23f3f |
UTF-8 | æï¼è¹ | 11000011100000111100001010100110110000111010111111000010101111001100001010000100110000111010100011000010101110011100001010001001 | c383c2a6c3afc2bcc284c3a8c2b9c289 |
UHC | ???¼??¹? | 00111111001111110011111110101000111110010011111100111111101010011111011000111111 | 3f3f3fa8f93f3fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)