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 | í¸Þ÷ | 11101101101110001101111011110111 | edb8def7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | í¸Þ÷ | 1000111110101011101111111000111110100010101100011000111110101001101100001010000111100000 | 8fabbf8fa2b18fa9b0a1e0 |
UTF-8 | í¸Þ÷ | 1100001110101101110000101011100011000011100111101100001110110111 | c3adc2b8c39ec3b7 |
UHC | ?¸Þ÷ | 00111111101000101010110010101000101011011010000111000000 | 3fa2aca8ada1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)