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 | ??媛竇? | 00111111001111111001010101010001111000101000010100111111 | 3f3f9551e2853f |
EUC-JP | 焌?媛竇? | 100011111100100111101000001111111100100110110010111000111110010100111111 | 8fc9e83fc9b2e3e53f |
UTF-8 | 焌렧媛竇늑 | 111001111000010010001100111010111010000010100111111001011010101010011011111001111010101110000111111010111000101010010001 | e7848ceba0a7e5aa9be7ab87eb8a91 |
UHC | 焌렧媛竇늑 | 11110001111000001000111010110110111010101011000011010100111001001011010011000001 | f1e08eb6eab0d4e4b4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)