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 | 怨棒??舞 | 1000100110000101100101100101111100111111001111111001010110010001 | 8985965f3f3f9591 |
EUC-JP | 怨棒??舞 | 1011000111100101110010111100000000111111001111111100100111110001 | b1e5cbc03f3fc9f1 |
UTF-8 | 怨棒렣계舞 | 111001101000000010101000111001101010001110010010111010111010000010100011111010101011001110000100111010001000100010011110 | e680a8e6a392eba0a3eab384e8889e |
UHC | 怨棒렣계舞 | 11101010101100111101110011101010100011101011010010110000111010001101100111110001 | eab3dcea8eb4b0e8d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)