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 | 闢画シ秀 | 11101000100100111000100111100110101111001000111101000111 | e89389e6bc8f47 |
EUC-JP | 闢画シ秀 | 1110111111110011101100101110100010001110101111001011110110101000 | eff3b2e88ebcbda8 |
UTF-8 | 闢画シ秀 | 111010011001011110100010111001111001010010111011111011111011110110111100111001111010011110000000 | e997a2e794bbefbdbce7a780 |
UHC | 闢??秀 | 110111001010001100111111001111111110001010110011 | dca33f3fe2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)