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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???昻??姙 | 001111110011111100111111111110101101000000111111001111111001101101001011 | 3f3f3ffad03f3f9b4b |
EUC-JP | ??????姙 | 0011111100111111001111110011111100111111001111111101010110101100 | 3f3f3f3f3f3fd5ac |
UTF-8 | 燎뽯젉昻뽫떋姙 | 111011111010011110000000111010111011110110101111111011001010000010001001111001101001100010111011111010111011110110101011111010111001011010001011111001011010011110011001 | efa780ebbdafeca089e698bbebbdabeb968be5a799 |
UHC | 燎뽯젉昻뽫떋姙 | 1110100011111011100101101110101110100000100010111110010011101001100101101110011110001011101000011110110011110101 | e8fb96eba08be4e996e78ba1ecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)