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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短族促短臓 | 10010010010110101001000110110000100100011010001110010010010110101001000110011111 | 925a91b091a3925a919f |
EUC-JP | 短族促短臓 | 11000011101110111100001010110010110000101010010111000011101110111100001010100001 | c3bbc2b2c2a5c3bbc2a1 |
UTF-8 | 短族促短臓 | 111001111001111110101101111001101001011110001111111001001011111110000011111001111001111110101101111010001000011110010011 | e79fade6978fe4bf83e79fade88793 |
UHC | 短族促短? | 110100111010110111110000111010011111010110110101110100111010110100111111 | d3adf0e9f5b5d3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)