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 | 崖嗽}崖嗽{^ | 1000101001010010100110100111010101111101100010100101001010011010011101010111101101011110 | 8a529a757d8a529a757b5e |
EUC-JP | 崖嗽}崖嗽{^ | 1011001110110011110100111101011001111101101100111011001111010011110101100111101101011110 | b3b3d3d67db3b3d3d67b5e |
UTF-8 | 崖嗽}崖嗽{^ | 111001011011010010010110111001011001011110111101011111011110010110110100100101101110010110010111101111010111101101011110 | e5b496e597bd7de5b496e597bd7b5e |
UHC | 崖嗽}崖嗽{^ | 1110010011110000111000011111010101111101111001001111000011100001111101010111101101011110 | e4f0e1f57de4f0e1f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)