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]ºG | 1001001001000001100100100101110110010001101110101001001001000111 | 9241925d91ba9247 |
SJIS-WIN | ?A?]???G | 0011111101000001001111110101110100111111001111110011111101000111 | 3f413f5d3f3f3f47 |
EUC-JP | ?A?]?º?G | 00111111010000010011111101011101001111111000111110100010111010110011111101000111 | 3f413f5d3f8fa2eb3f47 |
UTF-8 | A]ºG | 11000010100100100100000111000010100100100101110111000010100100011100001010111010110000101001001001000111 | c29241c2925dc291c2bac29247 |
UHC | ?A?]?º?G | 001111110100000100111111010111010011111110101000101011000011111101000111 | 3f413f5d3fa8ac3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)