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 | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??琰 | 11101110101100110011111100111111100011111100110010110100 | eeb33f3f8fccb4 |
UTF-8 | 邀륁옱琰 | 111010011000001010000000111010111010010110000001111011001001100010110001111001111001000010110000 | e98280eba581ec98b1e790b0 |
UHC | 邀륁옱琰 | 1110100110101101100011111110110010011110101011001110011011111100 | e9ad8fec9eace6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)