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 | ȱÐèÐ | 100011111100100010110001110100001110100011010000 | 8fc8b1d0e8d0 |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | ?ȱ?è? | 0011111110001111101010101011001010100001110111100011111110001111101010111011001000111111 | 3f8faab2a1de3f8fabb23f |
UTF-8 | ȱÐèÐ | 110000101000111111000011100010001100001010110001110000111001000011000011101010001100001110010000 | c28fc388c2b1c390c3a8c390 |
UHC | ??±Ð?Ð | 001111110011111110100001101111101010100010100010001111111010100010100010 | 3f3fa1bea8a23fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)