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 | 楡粉}楡粉{^ | 1001111010111110100101011011001001111101100111101011111010010101101100100111101101011110 | 9ebe95b27d9ebe95b27b5e |
EUC-JP | 楡粉}楡粉{^ | 1101110011000000110010101011010001111101110111001100000011001010101101000111101101011110 | dcc0cab47ddcc0cab47b5e |
UTF-8 | 楡粉}楡粉{^ | 111001101010010110100001111001111011001010001001011111011110011010100101101000011110011110110010100010010111101101011110 | e6a5a1e7b2897de6a5a1e7b2897b5e |
UHC | 楡粉}楡粉{^ | 1110101011111000110111011100111101111101111010101111100011011101110011110111101101011110 | eaf8ddcf7deaf8ddcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)