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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鋤席鋤席^ | 100011111001101110010000110010001000111110011011100100001100100001011110 | 8f9b90c88f9b90c85e |
EUC-JP | 鋤席鋤席^ | 101111011111101111000000110010101011110111111011110000001100101001011110 | bdfbc0cabdfbc0ca5e |
UTF-8 | 鋤席鋤席^ | 11101001100010111010010011100101101110001010110111101001100010111010010011100101101110001010110101011110 | e98ba4e5b8ade98ba4e5b8ad5e |
UHC | 鋤席鋤席^ | 111000001010011111100000101011001110000010100111111000001010110001011110 | e0a7e0ace0a7e0ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)