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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轣檎ル魑ァ遞 | 1110011110000001100011001110011110000011100010111110100110110011101001111110011110101000 | e7818ce7838be9b3a7e7a8 |
EUC-JP | 轣檎ル魑ァ遞 | 111011011110000110111000111010011010010111101011111100101011010110001110101001111110111010101010 | ede1b8e9a5ebf2b58ea7eeaa |
UTF-8 | 轣檎ル魑ァ遞 | 111010001011110110100011111001101010101010001110111000111000001110101011111010011010110110010001111011111011110110100111111010011000000110011110 | e8bda3e6aa8ee383abe9ad91efbda7e9819e |
UHC | ?檎ル??遞 | 001111111101000011010101101010111110101100111111001111111111010011110110 | 3fd0d5abeb3f3ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)