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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 綏醇┰] | 11100011010101101000111110000110100001001011101101011101 | e3568f8684bb5d |
EUC-JP | 綏醇┰] | 11100101101101111011110111100110101010001011110101011101 | e5b7bde6a8bd5d |
UTF-8 | 綏醇┰] | 11100111101101101000111111101001100001101000011111100010100101001011000001011101 | e7b68fe98687e294b05d |
UHC | 綏醇┰] | 11100010101101111110001011110101101001101011110101011101 | e2b7e2f5a6bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)