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 | 蟆瀧カ僥 | 11100101101100001001000111101011101101101001100101000110 | e5b091ebb69946 |
EUC-JP | 蟆瀧カ僥 | 1110101010110010110000101110110110001110101101101101000110100111 | eab2c2ed8eb6d1a7 |
UTF-8 | 蟆瀧カ僥 | 111010001001111110000110111001111000000010100111111011111011110110110110111001011000001110100101 | e89f86e780a7efbdb6e583a5 |
UHC | ?瀧?僥 | 001111111101011011101001001111111110100011101001 | 3fd6e93fe8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)