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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襍ヲ驩先 | 11101000101101011010011011101001100010011001000011100110 | e8b5a6e98990e6 |
EUC-JP | 襍ヲ驩先 | 1111000010110111100011101010011011110001111010011100000011101000 | f0b78ea6f1e9c0e8 |
UTF-8 | 襍ヲ驩先 | 111010001010010110001101111011111011110110100110111010011010100110101001111001011000010110001000 | e8a58defbda6e9a9a9e58588 |
UHC | ??驩先 | 001111110011111111111100101111101110000010111011 | 3f3ffcbee0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)