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¸HG | 1001001001000001100100011011100010010010010010001001001001000111 | 924191b892489247 |
SJIS-WIN | ?A???H?G | 0011111101000001001111110011111100111111010010000011111101000111 | 3f413f3f3f483f47 |
EUC-JP | ?A?¸?H?G | 00111111010000010011111110001111101000101011000100111111010010000011111101000111 | 3f413f8fa2b13f483f47 |
UTF-8 | A¸HG | 11000010100100100100000111000010100100011100001010111000110000101001001001001000110000101001001001000111 | c29241c291c2b8c29248c29247 |
UHC | ?A?¸?H?G | 001111110100000100111111101000101010110000111111010010000011111101000111 | 3f413fa2ac3f483f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)