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 | 脉錫 | 11100011111101011000111011100000 | e3f58ee0 |
EUC-JP | 脉錫 | 11100110111101111011110011100010 | e6f7bce2 |
UTF-8 | 脉錫 | 111010001000010010001001111010011000110010101011 | e88489e98cab |
UHC | ?錫 | 001111111110000010111000 | 3fe0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)