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 | 褻畷c | 1110010111110110100100111110101110000010100000111111100111111010 | e5f693eb8283f9fa |
EUC-JP | 褻畷c? | 11101010111110001100011011101101101000111110001100111111 | eaf8c6eda3e33f |
UTF-8 | 褻畷c | 111010001010010010111011111001111001010110110111111011111011110110000011111011101001110110010101 | e8a4bbe795b7efbd83ee9d95 |
UHC | 褻?c? | 111000001110000100111111101000111110001100111111 | e0e13fa3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)