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 | 昊毛 | 10011101110111011001011011010001 | 9ddd96d1 |
EUC-JP | 昊毛 | 11011010110111111100110011010011 | dadfccd3 |
UTF-8 | 昊毛 | 111001101001100010001010111001101010111110011011 | e6988ae6af9b |
UHC | 昊毛 | 11111011110001001101100110111110 | fbc4d9be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)