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]Qä· | 1001001001000001100100100101110110010010010100011110010010110111 | 9241925d9251e4b7 |
SJIS-WIN | ?A?]?Q?? | 0011111101000001001111110101110100111111010100010011111100111111 | 3f413f5d3f513f3f |
EUC-JP | ?A?]?Qä? | 00111111010000010011111101011101001111110101000110001111101010111010001100111111 | 3f413f5d3f518faba33f |
UTF-8 | A]Qä· | 11000010100100100100000111000010100100100101110111000010100100100101000111000011101001001100001010110111 | c29241c2925dc29251c3a4c2b7 |
UHC | ?A?]?Q?· | 001111110100000100111111010111010011111101010001001111111010000110100100 | 3f413f5d3f513fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)