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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 堤粉}堤粉{^ | 1001001011100111100101011011001001111101100100101110011110010101101100100111101101011110 | 92e795b27d92e795b27b5e |
EUC-JP | 堤粉}堤粉{^ | 1100010011101001110010101011010001111101110001001110100111001010101101000111101101011110 | c4e9cab47dc4e9cab47b5e |
UTF-8 | 堤粉}堤粉{^ | 111001011010000010100100111001111011001010001001011111011110010110100000101001001110011110110010100010010111101101011110 | e5a0a4e7b2897de5a0a4e7b2897b5e |
UHC | 堤粉}堤粉{^ | 1111000010100111110111011100111101111101111100001010011111011101110011110111101101011110 | f0a7ddcf7df0a7ddcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)