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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕭軒? | 1110010101001010100011001010110000111111 | e54a8cac3f |
EUC-JP | 蕭軒? | 1110100110101011101110001010111000111111 | e9abb8ae3f |
UTF-8 | 蕭軒솞 | 111010001001010110101101111010001011101110010010111011001000011010011110 | e895ade8bb92ec869e |
UHC | 蕭軒솞 | 111000011100101111111010110011011001100110011010 | e1cbfacd999a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)