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 | 鳥褐娘魏 | 1001001010111001100010101000110010010110101110101110100110110000 | 92b98a8c96bae9b0 |
EUC-JP | 鳥褐娘魏 | 1100010010111011101100111110110011001100101111001111001010110010 | c4bbb3ecccbcf2b2 |
UTF-8 | 鳥褐娘魏 | 111010011011001110100101111010001010010010010000111001011010100010011000111010011010110110001111 | e9b3a5e8a490e5a898e9ad8f |
UHC | 鳥褐娘魏 | 1111000011101000110010101110100011010010101001101110101011100000 | f0e8cae8d2a6eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)