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 | è¿Û²] | 1110100010111111110110111011001001011101 | e8bfdbb25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | è¿Û?] | 1000111110101011101100101000111110100010110001001000111110101010111001010011111101011101 | 8fabb28fa2c48faae53f5d |
UTF-8 | è¿Û²] | 110000111010100011000010101111111100001110011011110000101011001001011101 | c3a8c2bfc39bc2b25d |
UHC | ?¿?²] | 00111111101000101010111100111111101010011111011101011101 | 3fa2af3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)