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 | è±é±¸v | 11101000101100011001000011101001101100011011100001110110 | e8b190e9b1b876 |
SJIS-WIN | ?±??±?v | 001111111000000101111101001111110011111110000001011111010011111101110110 | 3f817d3f3f817d3f76 |
EUC-JP | �鱸v | 100011111010101110110010101000011101111000111111100011111010101110110001101000011101111010001111101000101011000101110110 | 8fabb2a1de3f8fabb1a1de8fa2b176 |
UTF-8 | è±é±¸v | 11000011101010001100001010110001110000101001000011000011101010011100001010110001110000101011100001110110 | c3a8c2b1c290c3a9c2b1c2b876 |
UHC | ?±??±¸v | 00111111101000011011111000111111001111111010000110111110101000101010110001110110 | 3fa1be3f3fa1bea2ac76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)