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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 榕? | 100111101101010100111111 | 9ed53f |
EUC-JP | 榕? | 110111001101011100111111 | dcd73f |
UTF-8 | 榕ㅸ | 111001101010011010010101111000111000010110111000 | e6a695e385b8 |
UHC | 榕ㅸ | 11101001101111101010010011101000 | e9bea4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)