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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 竪歎^F | 100100100100011110010010010101100101111001000110 | 924792565e46 |
EUC-JP | 竪歎^F | 110000111010100011000011101101110101111001000110 | c3a8c3b75e46 |
UTF-8 | 竪歎^F | 1110011110101011101010101110011010101101100011100101111001000110 | e7abaae6ad8e5e46 |
UHC | 竪歎^F | 111000101011010111110111101001110101111001000110 | e2b5f7a75e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)