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 | Ó£±? | 11010011101000111011000100111111 | d3a3b13f |
SJIS-WIN | ?£±蹕 | 00111111100000011001001010000001011111011110011101001010 | 3f8192817de74a |
EUC-JP | Ó£±蹕 | 100011111010101011010001101000011111001010100001110111101110110110101011 | 8faad1a1f2a1deedab |
UTF-8 | Ó£±蹕 | 110000111001001111000010101000111100001010110001111010001011100110010101 | c393c2a3c2b1e8b995 |
UHC | ??±? | 0011111100111111101000011011111000111111 | 3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)