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 | 逧適 | 11100111100110101001001101001011 | e79a934b |
EUC-JP | 逧適 | 11101101111110101100010110101100 | edfac5ac |
UTF-8 | 逧適 | 111010011000000010100111111010011000000110101001 | e980a7e981a9 |
UHC | ?適 | 001111111110111011101010 | 3feeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)