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 | 篌⇔旧械莨 | 11100010101110101000000111001100100010111000110010001010010000101110010010111100 | e2ba81cc8b8c8a42e4bc |
EUC-JP | 篌⇔旧械莨 | 11100100101111001010001011001110101101011110110010110011101000111110100010111110 | e4bca2ceb5ecb3a3e8be |
UTF-8 | 篌⇔旧械莨 | 111001111010111110001100111000101000011110010100111001101001011110100111111001101010001010110000111010001000111010101000 | e7af8ce28794e697a7e6a2b0e88ea8 |
UHC | ?⇔?械? | 00111111101000101010001000111111110011001111111000111111 | 3fa2a23fccfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)