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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 竪淡則o | 10010010010001111001001001010111100100011010010101101111 | 9247925791a56f |
EUC-JP | 竪淡則o | 11000011101010001100001110111000110000101010011101101111 | c3a8c3b8c2a76f |
UTF-8 | 竪淡則o | 11100111101010111010101011100110101101111010000111100101100010011000011101101111 | e7abaae6b7a1e589876f |
UHC | 竪淡則o | 11100010101101011101001110111111111101101100111001101111 | e2b5d3bff6ce6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)