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 | 裘肖 | 11100101111000101000111111010001 | e5e28fd1 |
EUC-JP | 裘肖 | 11101010111001001011111011010011 | eae4bed3 |
UTF-8 | 裘肖 | 111010001010001110011000111010001000001010010110 | e8a398e88296 |
UHC | ?肖 | 001111111111010110101011 | 3ff5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)