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 | 恃兒}恃兒{^ | 1001110010010100100110010101101001111101100111001001010010011001010110100111101101011110 | 9c94995a7d9c94995a7b5e |
EUC-JP | 恃兒}恃兒{^ | 1101011111110100110100011011101101111101110101111111010011010001101110110111101101011110 | d7f4d1bb7dd7f4d1bb7b5e |
UTF-8 | 恃兒}恃兒{^ | 111001101000000110000011111001011000010110010010011111011110011010000001100000111110010110000101100100100111101101011110 | e68183e585927de68183e585927b5e |
UHC | 恃兒}恃兒{^ | 1110001110111110111001001010111001111101111000111011111011100100101011100111101101011110 | e3bee4ae7de3bee4ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)