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 | 汐?}汐?{^ | 100011101010110000111111011111011000111010101100001111110111101101011110 | 8eac3f7d8eac3f7b5e |
EUC-JP | 汐?}汐?{^ | 101111001010111000111111011111011011110010101110001111110111101101011110 | bcae3f7dbcae3f7b5e |
UTF-8 | 汐릀}汐릀{^ | 111001101011000110010000111010111010011010000000011111011110011010110001100100001110101110100110100000000111101101011110 | e6b190eba6807de6b190eba6807b5e |
UHC | 汐릀}汐릀{^ | 1110000010110001100100000110001101111101111000001011000110010000011000110111101101011110 | e0b190637de0b190637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)