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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 釤雫\}釤雫\{^ | 11111011101111111000111010110100010111000111110111111011101111111000111010110100010111000111101101011110 | fbbf8eb45c7dfbbf8eb45c7b5e |
EUC-JP | 釤雫\}釤雫\{^ | 100011111110001110101010101111001011011001011100011111011000111111100011101010101011110010110110010111000111101101011110 | 8fe3aabcb65c7d8fe3aabcb65c7b5e |
UTF-8 | 釤雫\}釤雫\{^ | 1110100110000111101001001110100110011011101010110101110001111101111010011000011110100100111010011001101110101011010111000111101101011110 | e987a4e99bab5c7de987a4e99bab5c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)