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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蘓悶[蘓悶[^ | 1110010101011110100101101110001101011011111001010101111010010110111000110101101101011110 | e55e96e35be55e96e35b5e |
EUC-JP | 蘓悶[蘓悶[^ | 1110100110111111110011001110010101011011111010011011111111001100111001010101101101011110 | e9bfcce55be9bfcce55b5e |
UTF-8 | 蘓悶[蘓悶[^ | 111010001001100010010011111001101000001010110110010110111110100010011000100100111110011010000010101101100101101101011110 | e89893e682b65be89893e682b65b5e |
UHC | ?悶[?悶[^ | 001111111101101010111111010110110011111111011010101111110101101101011110 | 3fdabf5b3fdabf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)