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 | é§ä½ | 111010011001011010100111111001001011110110011110 | e996a7e4bd9e |
SJIS-WIN | ??§??? | 00111111001111111000000110011000001111110011111100111111 | 3f3f81983f3f3f |
EUC-JP | é?§ä?? | 1000111110101011101100010011111110100001111110001000111110101011101000110011111100111111 | 8fabb13fa1f88faba33f3f |
UTF-8 | é§ä½ | 110000111010100111000010100101101100001010100111110000111010010011000010101111011100001010011110 | c3a9c296c2a7c3a4c2bdc29e |
UHC | ??§?½? | 0011111100111111101000011101011100111111101010001111011000111111 | 3f3fa1d73fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)