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 | 1010100011111001101010001010001001000101 | a8f9a8a245 |
SJIS-WIN | ¨?¨¢E | 1000000101001110001111111000000101001110100000011001000101000101 | 814e3f814e819145 |
EUC-JP | ¨ù¨¢E | 10100001101011111000111110101011111000111010000110101111101000011111000101000101 | a1af8fabe3a1afa1f145 |
UTF-8 | ¨ù¨¢E | 110000101010100011000011101110011100001010101000110000101010001001000101 | c2a8c3b9c2a8c2a245 |
UHC | ¨?¨?E | 10100001101001110011111110100001101001110011111101000101 | a1a73fa1a73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)