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 | ±¢Íô | 10110001101000101100110111110100 | b1a2cdf4 |
SJIS-WIN | ±¢?? | 100000010111110110000001100100010011111100111111 | 817d81913f3f |
EUC-JP | ±¢Íô | 10100001110111101010000111110001100011111010101010111111100011111010101111010100 | a1dea1f18faabf8fabd4 |
UTF-8 | ±¢Íô | 1100001010110001110000101010001011000011100011011100001110110100 | c2b1c2a2c38dc3b4 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)