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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 褥ν?踰?^ | 111001011111000110000011110010110011111111100110111110100011111101011110 | e5f183cb3fe6fa3f5e |
EUC-JP | 褥ν?踰?^ | 111010101111001110100110110011010011111111101100111111000011111101011110 | eaf3a6cd3fecfc3f5e |
UTF-8 | 褥ν쓼踰꿦^ | 111010001010010010100101110011101011110111101100100100111011110011101000101110001011000011101010101111111010011001011110 | e8a4a5cebdec93bce8b8b0eabfa65e |
UHC | 褥ν쓼踰꿦^ | 1110100110110011101001011110110110011101100101111110101110110010100001010110010101011110 | e9b3a5ed9d97ebb285655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)