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 | 銹鍋ク殪 | 11100111111101101001001111100111101110001001111101101111 | e7f693e7b89f6f |
EUC-JP | 銹鍋ク殪 | 1110111011111000110001101110100110001110101110001101110111010000 | eef8c6e98eb8ddd0 |
UTF-8 | 銹鍋ク殪 | 111010011000101010111001111010011000110110001011111011111011110110111000111001101010111010101010 | e98ab9e98d8befbdb8e6aeaa |
UHC | 銹鍋?? | 111000101100100011001110101001110011111100111111 | e2c8cea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)