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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ嘆ツ達B | 11000010100100100101000111000010100100100100001001000010 | c29251c2924242 |
EUC-JP | ツ嘆ツ達B | 100011101100001011000011101100101000111011000010110000111010001101000010 | 8ec2c3b28ec2c3a342 |
UTF-8 | ツ嘆ツ達B | 11101111101111101000001011100101100110001000011011101111101111101000001011101001100000011001010001000010 | efbe82e59886efbe82e9819442 |
UHC | ?嘆?達B | 00111111111101111010001100111111110100111011100101000010 | 3ff7a33fd3b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)