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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茉?? | 11100100100111010011111100111111 | e49d3f3f |
EUC-JP | 茉?? | 11100111111111010011111100111111 | e7fd3f3f |
UTF-8 | 茉롛렽 | 111010001000110010001001111010111010000110011011111010111010000010111101 | e88c89eba19beba0bd |
UHC | 茉롛렽 | 110110001100100110001110110111111000111011000101 | d8c98edf8ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)