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 | ?Ξ? | 00111111100000111010110000111111 | 3f83ac3f |
EUC-JP | ?Ξ? | 00111111101001101010111000111111 | 3fa6ae3f |
UTF-8 | 聯Ξ얏 | 1110111110100110100101111100111010011110111011001001011010001111 | efa697ce9eec968f |
UHC | 聯Ξ얏 | 111001101110000110100101110011101011111011100110 | e6e1a5cebee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)