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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ傳ツ冀 | 110000101001100101000010110000101001100101100010 | c29942c29962 |
EUC-JP | ツ傳ツ冀 | 1000111011000010110100011010001110001110110000101101000111000011 | 8ec2d1a38ec2d1c3 |
UTF-8 | ツ傳ツ冀 | 111011111011111010000010111001011000001010110011111011111011111010000010111001011000011010000000 | efbe82e582b3efbe82e58680 |
UHC | ?傳?冀 | 001111111110111011101110001111111101000011101101 | 3feeee3fd0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)