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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 短臓賊 | 100100100101101010010001100111111001000110101111 | 925a919f91af |
EUC-JP | 短臓賊 | 110000111011101111000010101000011100001010110001 | c3bbc2a1c2b1 |
UTF-8 | 短臓賊 | 111001111001111110101101111010001000011110010011111010001011001110001010 | e79fade88793e8b38a |
UHC | 短?賊 | 1101001110101101001111111110111011100100 | d3ad3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)