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 | 剪?淨?? | 10011001100100100011111110011111110001000011111100111111 | 99923f9fc43f3f |
EUC-JP | 剪?淨?? | 11010001111100100011111111011110110001100011111100111111 | d1f23fdec63f3f |
UTF-8 | 剪렮淨ㅷ렒 | 111001011000100110101010111010111010000010101110111001101011011110101000111000111000010110110111111010111010000010010010 | e589aaeba0aee6b7a8e385b7eba092 |
UHC | 剪렮淨ㅷ렒 | 11101110111100101000111010111011111011111110010010100100111001111000111010100111 | eef28ebbefe4a4e78ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)