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 | 1001100001100011100001110100100000111111011011110100001001000110 | 986387483f6f4246 |
EUC-JP | 歪??oBF | 11001111110001000011111100111111011011110100001001000110 | cfc43f3f6f4246 |
UTF-8 | 歪⑨쉔oBF | 111001101010110110101010111000101001000110101000111011001000100110010100011011110100001001000110 | e6adaae291a8ec89946f4246 |
UHC | 歪⑨쉔oBF | 111010001110000010101000111011111011110110101000011011110100001001000110 | e8e0a8efbda86f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)