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 | æß¼è | 111001101101111110111100111010001001010110001010 | e6dfbce8958a |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æß?è?? | 100011111010100111000001100011111010100111001110001111111000111110101011101100100011111100111111 | 8fa9c18fa9ce3f8fabb23f3f |
UTF-8 | æß¼è | 110000111010011011000011100111111100001010111100110000111010100011000010100101011100001010001010 | c3a6c39fc2bcc3a8c295c28a |
UHC | æß¼??? | 101010011010000110101001101011001010100011111001001111110011111100111111 | a9a1a9aca8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)