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 | è½é§è | 11101000101111011001110011101001101001111001010111101000 | e8bd9ce9a795e8 |
SJIS-WIN | ????§?? | 0011111100111111001111110011111110000001100110000011111100111111 | 3f3f3f3f81983f3f |
EUC-JP | è??é§?è | 1000111110101011101100100011111100111111100011111010101110110001101000011111100000111111100011111010101110110010 | 8fabb23f3f8fabb1a1f83f8fabb2 |
UTF-8 | è½é§è | 1100001110101000110000101011110111000010100111001100001110101001110000101010011111000010100101011100001110101000 | c3a8c2bdc29cc3a9c2a7c295c3a8 |
UHC | ?½??§?? | 001111111010100011110110001111110011111110100001110101110011111100111111 | 3fa8f63f3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)