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 | À®É´¼ | 110000001010111010001111110010011011010010111100 | c0ae8fc9b4bc |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | À®?É´? | 10001111101010101010001010001111101000101110111000111111100011111010101010110001101000011010110100111111 | 8faaa28fa2ee3f8faab1a1ad3f |
UTF-8 | À®É´¼ | 110000111000000011000010101011101100001010001111110000111000100111000010101101001100001010111100 | c380c2aec28fc389c2b4c2bc |
UHC | ?®??´¼ | 001111111010001011100111001111110011111110100010101001011010100011111001 | 3fa2e73f3fa2a5a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)