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 | ¾ä£ß§ | 101111101010110111100100101000111101111110100111 | beade4a3dfa7 |
SJIS-WIN | ???£?§ | 0011111100111111001111111000000110010010001111111000000110011000 | 3f3f3f81923f8198 |
EUC-JP | ??ä£ß§ | 001111110011111110001111101010111010001110100001111100101000111110101001110011101010000111111000 | 3f3f8faba3a1f28fa9cea1f8 |
UTF-8 | ¾ä£ß§ | 110000101011111011000010101011011100001110100100110000101010001111000011100111111100001010100111 | c2bec2adc3a4c2a3c39fc2a7 |
UHC | ¾??ߧ | 10101000111110101010000110101001001111110011111110101001101011001010000111010111 | a8faa1a93f3fa9aca1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)