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 | 粤肯旧械錵 | 11100010111000111000110101101101100010111000110010001010010000101110100001000101 | e2e38d6d8b8c8a42e845 |
EUC-JP | 粤肯旧械錵 | 11100100111001011011100111001110101101011110110010110011101000111110111110100110 | e4e5b9ceb5ecb3a3efa6 |
UTF-8 | 粤肯旧械錵 | 111001111011001010100100111010001000001010101111111001101001011110100111111001101010001010110000111010011000110010110101 | e7b2a4e882afe697a7e6a2b0e98cb5 |
UHC | ?肯?械? | 00111111110100001110100100111111110011001111111000111111 | 3fd0e93fccfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)