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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
SJIS-WIN | 茉??十S | 11100100100111010011111100111111100011110101110001010011 | e49d3f3f8f5c53 |
EUC-JP | 茉??十S | 11100111111111010011111100111111101111011011110101010011 | e7fd3f3fbdbd53 |
UTF-8 | 茉롛렽十S | 11101000100011001000100111101011101000011001101111101011101000001011110111100101100011011000000101010011 | e88c89eba19beba0bde58d8153 |
UHC | 茉롛렽十S | 110110001100100110001110110111111000111011000101111001001010100001010011 | d8c98edf8ec5e4a853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)