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ºY | 100100100100000110010001101110101001001001011001 | 924191ba9259 |
SJIS-WIN | ?A???Y | 001111110100000100111111001111110011111101011001 | 3f413f3f3f59 |
EUC-JP | ?A?º?Y | 0011111101000001001111111000111110100010111010110011111101011001 | 3f413f8fa2eb3f59 |
UTF-8 | AºY | 11000010100100100100000111000010100100011100001010111010110000101001001001011001 | c29241c291c2bac29259 |
UHC | ?A?º?Y | 00111111010000010011111110101000101011000011111101011001 | 3f413fa8ac3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)