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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 竺捨篠痔釤B | 1000111010110001100011101100110010001110110000101000111010100100111110111011111101000010 | 8eb18ecc8ec28ea4fbbf42 |
EUC-JP | 竺捨篠痔釤B | 101111001011001110111100110011101011110011000100101111001010011010001111111000111010101001000010 | bcb3bccebcc4bca68fe3aa42 |
UTF-8 | 竺捨篠痔釤B | 11100111101010111011101011100110100011011010100011100111101011111010000011100111100101111001010011101001100001111010010001000010 | e7abbae68da8e7afa0e79794e987a442 |
UHC | 竺捨篠痔?B | 11110101111001111101111011010111111000011100011011110110110000000011111101000010 | f5e7ded7e1c6f6c03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)