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 | 愕? | 100111001011000100111111 | 9cb13f |
EUC-JP | 愕潚 | 1101100010110011100011111100100011011010 | d8b38fc8da |
UTF-8 | 愕潚 | 111001101000010010010101111001101011110110011010 | e68495e6bd9a |
UHC | 愕潚 | 11100100110000111110001011011000 | e4c3e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)