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 | 嵬Ñë® | 1110010110110101101011001101000110001001111010111010111010000000 | e5b5acd189ebae80 |
SJIS-WIN | ??¬????? | 001111110011111110000001110010100011111100111111001111110011111100111111 | 3f3f81ca3f3f3f3f3f |
EUC-JP | å?¬Ñ?ë®? | 1000111110101011101010010011111110100010110011001000111110101010110100000011111110001111101010111011001110001111101000101110111000111111 | 8faba93fa2cc8faad03f8fabb38fa2ee3f |
UTF-8 | 嵬Ñë® | 11000011101001011100001010110101110000101010110011000011100100011100001010001001110000111010101111000010101011101100001010000000 | c3a5c2b5c2acc391c289c3abc2aec280 |
UHC | ??????®? | 001111110011111100111111001111110011111100111111101000101110011100111111 | 3f3f3f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)