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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羈亥完 | 111000111011000110001000111001011000101010101110 | e3b188e58aae |
EUC-JP | 羈亥完 | 111001101011001110110000111001111011010010110000 | e6b3b0e7b4b0 |
UTF-8 | 羈亥完 | 111001111011111010001000111001001011101010100101111001011010111010001100 | e7be88e4baa5e5ae8c |
UHC | 羈亥完 | 110100011011110011111010101001001110100011000111 | d1bcfaa4e8c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)