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 | Ó£XÓ¹\ | 110100111010001101011000110100111011100101011100 | d3a358d3b95c |
SJIS-WIN | ?£X??\ | 00111111100000011001001001011000001111110011111101011100 | 3f8192583f3f5c |
EUC-JP | Ó£XÓ?\ | 1000111110101010110100011010000111110010010110001000111110101010110100010011111101011100 | 8faad1a1f2588faad13f5c |
UTF-8 | Ó£XÓ¹\ | 11000011100100111100001010100011010110001100001110010011110000101011100101011100 | c393c2a358c393c2b95c |
UHC | ??X?¹\ | 00111111001111110101100000111111101010011111011001011100 | 3f3f583fa9f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)