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 | 脩∞ | 11100011111110011000000110000111 | e3f98187 |
EUC-JP | 脩∞ | 11100110111110111010000111100111 | e6fba1e7 |
UTF-8 | 脩∞ | 111010001000010010101001111000101000100010011110 | e884a9e2889e |
UHC | 脩∞ | 11100010101110111010000111000100 | e2bba1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)