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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逶ァ邏礼洌^ | 11100111100110111010011111100111101101001001011111100111100111111010111001011110 | e79ba7e7b497e79fae5e |
EUC-JP | 逶ァ邏礼洌^ | 1110110111111011100011101010011111101110101101101100111011101001110111101011000001011110 | edfb8ea7eeb6cee9deb05e |
UTF-8 | 逶ァ邏礼洌^ | 11101001100000001011011011101111101111011010011111101001100000101000111111100111101001001011110011100110101101001000110001011110 | e980b6efbda7e9828fe7a4bce6b48c5e |
UHC | ??邏?洌^ | 0011111100111111110101011010010000111111110101101010110001011110 | 3f3fd5a43fd6ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)