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 | 芻贋頃 | 111001001000110110001010111001001000110110100000 | e48d8ae48da0 |
EUC-JP | 芻贋頃 | 111001111110110110110100111001101011101010100010 | e7edb4e6baa2 |
UTF-8 | 芻贋頃 | 111010001000101010111011111010001011010010001011111010011010000010000011 | e88abbe8b48be9a083 |
UHC | 芻?頃 | 1111010111010110001111111100110011110001 | f5d63fccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)