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 | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-WIN | 銕オd}銕オd{^ | 1110011111101100101101010110010001111101111001111110110010110101011001000111101101011110 | e7ecb5647de7ecb5647b5e |
EUC-JP | 銕オd}銕オd{^ | 11101110111011101000111010110101011001000111110111101110111011101000111010110101011001000111101101011110 | eeee8eb5647deeee8eb5647b5e |
UTF-8 | 銕オd}銕オd{^ | 1110100110001010100101011110111110111101101101010110010001111101111010011000101010010101111011111011110110110101011001000111101101011110 | e98a95efbdb5647de98a95efbdb5647b5e |
UHC | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)