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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霖ツ螯ァ裹 | 1110100011000001110000101110010110100110101001111110010111100101 | e8c1c2e5a6a7e5e5 |
EUC-JP | 霖ツ螯ァ裹 | 11110000110000111000111011000010111010101010100010001110101001111110101011100111 | f0c38ec2eaa88ea7eae7 |
UTF-8 | 霖ツ螯ァ裹 | 111010011001110010010110111011111011111010000010111010001001111010101111111011111011110110100111111010001010001110111001 | e99c96efbe82e89eafefbda7e8a3b9 |
UHC | 霖???? | 110101111111110100111111001111110011111100111111 | d7fd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)