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 | çß¹é | 111001111101111110111001111010011000011010000111 | e7dfb9e98687 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çß?é?? | 100011111010101110101110100011111010100111001110001111111000111110101011101100010011111100111111 | 8fabae8fa9ce3f8fabb13f3f |
UTF-8 | çß¹é | 110000111010011111000011100111111100001010111001110000111010100111000010100001101100001010000111 | c3a7c39fc2b9c3a9c286c287 |
UHC | ?ß¹??? | 0011111110101001101011001010100111110110001111110011111100111111 | 3fa9aca9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)