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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淲オ贒、淲 | 1111101101000100101101011111101110101111101001001111101101000100 | fb44b5fbafa4fb44 |
EUC-JP | ?オ贒、? | 001111111000111010110101100011111101111111000011100011101010010000111111 | 3f8eb58fdfc38ea43f |
UTF-8 | 淲オ贒、淲 | 111001101011011110110010111011111011110110110101111010001011010010010010111011111011110110100100111001101011011110110010 | e6b7b2efbdb5e8b492efbda4e6b7b2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)