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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 譽壽キ。F | 11100110101000111001101011100110101101111010000101000110 | e6a39ae6b7a146 |
EUC-JP | 譽壽キ。F | 111011001010010111010100111010001000111010110111100011101010000101000110 | eca5d4e88eb78ea146 |
UTF-8 | 譽壽キ。F | 11101000101011011011110111100101101000111011110111101111101111011011011111101111101111011010000101000110 | e8adbde5a3bdefbdb7efbda146 |
UHC | 譽壽??F | 11100111111000101110000111111000001111110011111101000110 | e7e2e1f83f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)