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 | 銹鍋ク檻 | 11100111111101101001001111100111101110001001111101000010 | e7f693e7b89f42 |
EUC-JP | 銹鍋ク檻 | 1110111011111000110001101110100110001110101110001101110110100011 | eef8c6e98eb8dda3 |
UTF-8 | 銹鍋ク檻 | 111010011000101010111001111010011000110110001011111011111011110110111000111001101010101010111011 | e98ab9e98d8befbdb8e6aabb |
UHC | 銹鍋?檻 | 11100010110010001100111010100111001111111111100111100011 | e2c8cea73ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)