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 | 隘槫調ミ殄 | 111010001010010110011110111001011001001010110010110100001001111101101000 | e8a59ee592b2d09f68 |
EUC-JP | 隘槫調ミ殄 | 11110000101001111101110011100111110001001011010010001110110100001101110111001001 | f0a7dce7c4b48ed0ddc9 |
UTF-8 | 隘槫調ミ殄 | 111010011001101010011000111001101010011110101011111010001010101010111111111011111011111010010000111001101010111010000100 | e99a98e6a7abe8aabfefbe90e6ae84 |
UHC | 隘?調?殄 | 1110010011110110001111111111000011100000001111111111001011001111 | e4f63ff0e03ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)