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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 鳶??oBF | 10010011110011100011111100111111011011110100001001000110 | 93ce3f3f6f4246 |
EUC-JP | 鳶??oBF | 11000110110100000011111100111111011011110100001001000110 | c6d03f3f6f4246 |
UTF-8 | 鳶밭쥍oBF | 111010011011001110110110111010111011000010101101111011001010010110001101011011110100001001000110 | e9b3b6ebb0adeca58d6f4246 |
UHC | 鳶밭쥍oBF | 111001101110100110111001111001111010001010000110011011110100001001000110 | e6e9b9e7a2866f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)