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 | 褶ィ闖エ | 111001011111011110101000111010001000111110110100 | e5f7a8e88fb4 |
EUC-JP | 褶ィ闖エ | 1110101011111001100011101010100011101111111011111000111010110100 | eaf98ea8efef8eb4 |
UTF-8 | 褶ィ闖エ | 111010001010010010110110111011111011110110101000111010011001011110010110111011111011110110110100 | e8a4b6efbda8e99796efbdb4 |
UHC | 褶?闖? | 111000111010100000111111111101111110011000111111 | e3a83ff7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)