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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 雉頑キ。A | 11101000101100111000101011100110101101111010000101000001 | e8b38ae6b7a141 |
EUC-JP | 雉頑キ。A | 111100001011010110110100111010001000111010110111100011101010000101000001 | f0b5b4e88eb78ea141 |
UTF-8 | 雉頑キ。A | 11101001100110111000100111101001101000001001000111101111101111011011011111101111101111011010000101000001 | e99b89e9a091efbdb7efbda141 |
UHC | 雉頑??A | 11110110110010111110100011010111001111110011111101000001 | f6cbe8d73f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)