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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 搖??韋? | 10011101100010100011111100111111111010001110100000111111 | 9d8a3f3fe8e83f |
EUC-JP | 搖??韋? | 11011001111010100011111100111111111100001110101000111111 | d9ea3f3ff0ea3f |
UTF-8 | 搖깅쵎韋귨 | 111001101001000010010110111010101011100110000101111011001011010110001110111010011001111110001011111010101011011110101000 | e69096eab985ecb58ee99f8beab7a8 |
UHC | 搖깅쵎韋귨 | 11101000111101001011000111101011101011001001000011101010110111111000001011101111 | e8f4b1ebac90eadf82ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)