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 | à~§à~ | 111000000111111010000011101001111110000001111110 | e07e83a7e07e |
SJIS-WIN | ?~?§?~ | 00111111011111100011111110000001100110000011111101111110 | 3f7e3f81983f7e |
EUC-JP | à~?§à~ | 1000111110101011101000100111111000111111101000011111100010001111101010111010001001111110 | 8faba27e3fa1f88faba27e |
UTF-8 | à~§à~ | 11000011101000000111111011000010100000111100001010100111110000111010000001111110 | c3a07ec283c2a7c3a07e |
UHC | ?~?§?~ | 00111111011111100011111110100001110101110011111101111110 | 3f7e3fa1d73f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)