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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驕濡驕濡^ | 111010011000000110010100010001111110100110000001100101000100011101011110 | e9819447e98194475e |
EUC-JP | 驕濡驕濡^ | 111100011110000111000111101010001111000111100001110001111010100001011110 | f1e1c7a8f1e1c7a85e |
UTF-8 | 驕濡驕濡^ | 11101001101010011001010111100110101111111010000111101001101010011001010111100110101111111010000101011110 | e9a995e6bfa1e9a995e6bfa15e |
UHC | 驕濡驕濡^ | 110011101111011011101011101000011100111011110110111010111010000101011110 | cef6eba1cef6eba15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)