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 | 孰? | 100110110111100000111111 | 9b783f |
EUC-JP | 孰珡 | 1101010111011001100011111100101111110011 | d5d98fcbf3 |
UTF-8 | 孰珡 | 111001011010110110110000111001111000111110100001 | e5adb0e78fa1 |
UHC | 孰? | 111000101101010100111111 | e2d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)