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 | å¼µÑë® | 1110010110111100101101011101000110000110111010111010111010000101 | e5bcb5d186ebae85 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??Ñ?ë®? | 10001111101010111010100100111111001111111000111110101010110100000011111110001111101010111011001110001111101000101110111000111111 | 8faba93f3f8faad03f8fabb38fa2ee3f |
UTF-8 | å¼µÑë® | 11000011101001011100001010111100110000101011010111000011100100011100001010000110110000111010101111000010101011101100001010000101 | c3a5c2bcc2b5c391c286c3abc2aec285 |
UHC | ?¼????®? | 00111111101010001111100100111111001111110011111100111111101000101110011100111111 | 3fa8f93f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)