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 | 脉取 | 11100011111101011000111011100110 | e3f58ee6 |
EUC-JP | 脉取 | 11100110111101111011110011101000 | e6f7bce8 |
UTF-8 | 脉取 | 111010001000010010001001111001011000111110010110 | e88489e58f96 |
UHC | ?取 | 001111111111011010100010 | 3ff6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)