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 | ソ鉅 | 101111111110011111101000 | bfe7e8 |
EUC-JP | ソ鉅 | 10001110101111111110111011101010 | 8ebfeeea |
UTF-8 | ソ鉅 | 111011111011110110111111111010011000100110000101 | efbdbfe98985 |
UHC | ?鉅 | 001111111100101111101001 | 3fcbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)