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 | 衣???舞 | 10001000110111110011111100111111001111111001010110010001 | 88df3f3f3f9591 |
EUC-JP | 衣???舞 | 10110000111000010011111100111111001111111100100111110001 | b0e13f3f3fc9f1 |
UTF-8 | 衣쯔렣계舞 | 111010001010000110100011111011001010111110010100111010111010000010100011111010101011001110000100111010001000100010011110 | e8a1a3ecaf94eba0a3eab384e8889e |
UHC | 衣쯔렣계舞 | 11101011111111011100001011101010100011101011010010110000111010001101100111110001 | ebfdc2ea8eb4b0e8d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)