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 | Aà¹Î | 100111100100000111100000101110011001010111001110 | 9e41e0b995ce |
SJIS-WIN | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
EUC-JP | ?Aà??Î | 00111111010000011000111110101011101000100011111100111111100011111010101011000010 | 3f418faba23f3f8faac2 |
UTF-8 | Aà¹Î | 1100001010011110010000011100001110100000110000101011100111000010100101011100001110001110 | c29e41c3a0c2b9c295c38e |
UHC | ?A?¹?? | 00111111010000010011111110101001111101100011111100111111 | 3f413fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)