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 | 癒??惟 | 100101101111110000111111001111111000100011010010 | 96fc3f3f88d2 |
EUC-JP | 癒??惟 | 110011001111111000111111001111111011000011010100 | ccfe3f3fb0d4 |
UTF-8 | 癒용쭢惟 | 111001111001100110010010111011001001101010101001111011001010110110100010111001101000001110011111 | e79992ec9aa9ecada2e6839f |
UHC | 癒용쭢惟 | 1110101110101000101111111110101110100111100101111110101011101110 | eba8bfeba797eaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)