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 | 迯å | 111010001011111110101111111001011000011010010111 | e8bfafe58697 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 迯å?? | 1000111110101011101100101000111110100010110001001000111110100010101101001000111110101011101010010011111100111111 | 8fabb28fa2c48fa2b48faba93f3f |
UTF-8 | 迯å | 110000111010100011000010101111111100001010101111110000111010010111000010100001101100001010010111 | c3a8c2bfc2afc3a5c286c297 |
UHC | ?¿???? | 00111111101000101010111100111111001111110011111100111111 | 3fa2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)