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 | »ù²ûK | 100011111011101111111001101100101111101101001011 | 8fbbf9b2fb4b |
SJIS-WIN | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
EUC-JP | ??ù?ûK | 00111111001111111000111110101011111000110011111110001111101010111110010101001011 | 3f3f8fabe33f8fabe54b |
UTF-8 | »ù²ûK | 1100001010001111110000101011101111000011101110011100001010110010110000111011101101001011 | c28fc2bbc3b9c2b2c3bb4b |
UHC | ???²?K | 00111111001111110011111110101001111101110011111101001011 | 3f3f3fa9f73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)