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 | 辭皮ォ「 | 111001111000011010010100111001111010101110100010 | e78694e7aba2 |
EUC-JP | 辭皮ォ「 | 1110110111100110110010001110100110001110101010111000111010100010 | ede6c8e98eab8ea2 |
UTF-8 | 辭皮ォ「 | 111010001011111010101101111001111001101010101110111011111011110110101011111011111011110110100010 | e8beade79aaeefbdabefbda2 |
UHC | 辭皮?? | 110111101111011011111001101010110011111100111111 | def6f9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)