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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ス菽」ス菽」^ | 101111011110010011000001101000111011110111100100110000011010001101011110 | bde4c1a3bde4c1a35e |
EUC-JP | ス菽」ス菽」^ | 10001110101111011110100011000011100011101010001110001110101111011110100011000011100011101010001101011110 | 8ebde8c38ea38ebde8c38ea35e |
UTF-8 | ス菽」ス菽」^ | 11101111101111011011110111101000100011111011110111101111101111011010001111101111101111011011110111101000100011111011110111101111101111011010001101011110 | efbdbde88fbdefbda3efbdbde88fbdefbda35e |
UHC | ?菽??菽?^ | 001111111110001011011101001111110011111111100010110111010011111101011110 | 3fe2dd3f3fe2dd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)