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 | ツ嘆ツ達 | 110000101001001001010001110000101001001001000010 | c29251c29242 |
EUC-JP | ツ嘆ツ達 | 1000111011000010110000111011001010001110110000101100001110100011 | 8ec2c3b28ec2c3a3 |
UTF-8 | ツ嘆ツ達 | 111011111011111010000010111001011001100010000110111011111011111010000010111010011000000110010100 | efbe82e59886efbe82e98194 |
UHC | ?嘆?達 | 001111111111011110100011001111111101001110111001 | 3ff7a33fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)