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 | 驢ッe^ | 1110100110101001101000101110111110111101101011110110010101011110 | e9a9a2efbdaf655e |
SJIS-WIN | ??¢???e^ | 001111110011111110000001100100010011111100111111001111110110010101011110 | 3f3f81913f3f3f655e |
EUC-JP | 驢�e^ | 1000111110101011101100011000111110100010111011011010000111110001100011111010101111000001001111111000111110100010101101000110010101011110 | 8fabb18fa2eda1f18fabc13f8fa2b4655e |
UTF-8 | 驢ッe^ | 1100001110101001110000101010100111000010101000101100001110101111110000101011110111000010101011110110010101011110 | c3a9c2a9c2a2c3afc2bdc2af655e |
UHC | ????½?e^ | 001111110011111100111111001111111010100011110110001111110110010101011110 | 3f3f3f3fa8f63f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)