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^ | 100111010101110010010110101100001001110101011100100100010111011001011110 | 9d5c96b09d5c91765e |
SJIS-WIN | ?\?°?\?v^ | 00111111010111000011111110000001100010110011111101011100001111110111011001011110 | 3f5c3f818b3f5c3f765e |
EUC-JP | ?\?°?\?v^ | 00111111010111000011111110100001111010110011111101011100001111110111011001011110 | 3f5c3fa1eb3f5c3f765e |
UTF-8 | \°\v^ | 1100001010011101010111001100001010010110110000101011000011000010100111010101110011000010100100010111011001011110 | c29d5cc296c2b0c29d5cc291765e |
UHC | ?\?°?\?v^ | 00111111010111000011111110100001110001100011111101011100001111110111011001011110 | 3f5c3fa1c63f5c3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)