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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???慾 | 0011111100111111001111111001011101111100 | 3f3f3f977c |
EUC-JP | 焰??慾 | 10001111110010011110111100111111001111111100110111011101 | 8fc9ef3f3fcddd |
UTF-8 | 焰억풒慾 | 111001111000010010110000111011001001011010110101111011011001001010010010111001101000010110111110 | e784b0ec96b5ed9292e685be |
UHC | 焰억풒慾 | 1110011011111011101111101110111110111110100101101110100110101111 | e6fbbeefbe96e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)