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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 愉??苑 | 100101101111100100111111001111111000100110010001 | 96f93f3f8991 |
EUC-JP | 愉??苑 | 110011001111101100111111001111111011000111110001 | ccfb3f3fb1f1 |
UTF-8 | 愉㏐퇍苑 | 111001101000010010001001111000111000111110010000111011011000011110001101111010001000101110010001 | e68489e38f90ed878de88b91 |
UHC | 愉㏐퇍苑 | 1110101011110000101001111110101010110111100111101110101010111101 | eaf0a7eab79eeabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)