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 | 甦秬 | 11100001010100111110001001011111 | e153e25f |
EUC-JP | 甦秬 | 11100001101101001110001111000000 | e1b4e3c0 |
UTF-8 | 甦秬 | 111001111001010010100110111001111010011110101100 | e794a6e7a7ac |
UHC | 甦? | 111000011100000100111111 | e1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)