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 | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-WIN | マタr}マタr{^ | 110011111100000001110010011111011100111111000000011100100111101101011110 | cfc0727dcfc0727b5e |
EUC-JP | マタr}マタr{^ | 10001110110011111000111011000000011100100111110110001110110011111000111011000000011100100111101101011110 | 8ecf8ec0727d8ecf8ec0727b5e |
UTF-8 | マタr}マタr{^ | 1110111110111110100011111110111110111110100000000111001001111101111011111011111010001111111011111011111010000000011100100111101101011110 | efbe8fefbe80727defbe8fefbe80727b5e |
UHC | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)