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 | 褻畷壕礦 | 1110010111110110100100111110101110001101100010001110000111100110 | e5f693eb8d88e1e6 |
EUC-JP | 褻畷壕礦 | 1110101011111000110001101110110110111001111010001110001011101000 | eaf8c6edb9e8e2e8 |
UTF-8 | 褻畷壕礦 | 111010001010010010111011111001111001010110110111111001011010001110010101111001111010010010100110 | e8a4bbe795b7e5a395e7a4a6 |
UHC | 褻?壕? | 111000001110000100111111111110111011110100111111 | e0e13ffbbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)