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 | æß¼å« | 1110011011011111101111001110010110101011 | e6dfbce5ab |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æß?å? | 1000111110101001110000011000111110101001110011100011111110001111101010111010100100111111 | 8fa9c18fa9ce3f8faba93f |
UTF-8 | æß¼å« | 11000011101001101100001110011111110000101011110011000011101001011100001010101011 | c3a6c39fc2bcc3a5c2ab |
UHC | æß¼?? | 1010100110100001101010011010110010101000111110010011111100111111 | a9a1a9aca8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)