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 | «±¡éû^ | 10001111101010111011000110100001111010011111101101011110 | 8fabb1a1e9fb5e |
SJIS-WIN | ??±???^ | 0011111100111111100000010111110100111111001111110011111101011110 | 3f3f817d3f3f3f5e |
EUC-JP | ??񭂖^ | 0011111100111111101000011101111010001111101000101100001010001111101010111011000110001111101010111110010101011110 | 3f3fa1de8fa2c28fabb18fabe55e |
UTF-8 | «±¡éû^ | 11000010100011111100001010101011110000101011000111000010101000011100001110101001110000111011101101011110 | c28fc2abc2b1c2a1c3a9c3bb5e |
UHC | ??±¡??^ | 001111110011111110100001101111101010001010101110001111110011111101011110 | 3f3fa1bea2ae3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)