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 | 楯í | 111001101010010110101111111011011000011010000100 | e6a5afed8684 |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | æ?¯í?? | 100011111010100111000001001111111000111110100010101101001000111110101011101111110011111100111111 | 8fa9c13f8fa2b48fabbf3f3f |
UTF-8 | 楯í | 110000111010011011000010101001011100001010101111110000111010110111000010100001101100001010000100 | c3a6c2a5c2afc3adc286c284 |
UHC | æ????? | 10101001101000010011111100111111001111110011111100111111 | a9a13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)