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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 將?W怨 | 100110111001001000111111010101111000100110000101 | 9b923f578985 |
EUC-JP | 將?W怨 | 110101011111001000111111010101111011000111100101 | d5f23f57b1e5 |
UTF-8 | 將렚W怨 | 11100101101100001000011111101011101000001001101001010111111001101000000010101000 | e5b087eba09a57e680a8 |
UHC | 將렚W怨 | 11101101111000101000111010101101010101111110101010110011 | ede28ead57eab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)