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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ∴Ν}∴Ν{^ | 1000000110001000100000111010101101111101100000011000100010000011101010110111101101011110 | 818883ab7d818883ab7b5e |
EUC-JP | ∴Ν}∴Ν{^ | 1010000111101000101001101010110101111101101000011110100010100110101011010111101101011110 | a1e8a6ad7da1e8a6ad7b5e |
UTF-8 | ∴Ν}∴Ν{^ | 11100010100010001011010011001110100111010111110111100010100010001011010011001110100111010111101101011110 | e288b4ce9d7de288b4ce9d7b5e |
UHC | ∴Ν}∴Ν{^ | 1010000111000101101001011100110101111101101000011100010110100101110011010111101101011110 | a1c5a5cd7da1c5a5cd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)