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 | 愽稱 | 10011100110001111110001001101001 | 9cc7e269 |
EUC-JP | 愽稱 | 11011000110010011110001111001010 | d8c9e3ca |
UTF-8 | 愽稱 | 111001101000010010111101111001111010100010110001 | e684bde7a8b1 |
UHC | ?稱 | 001111111111011011100000 | 3ff6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)